Skip to content

Instantly share code, notes, and snippets.

View EvaldasUzkuras's full-sized avatar

Evaldas Užkuras EvaldasUzkuras

  • Lithuania, Kaunas
View GitHub Profile
@EvaldasUzkuras
EvaldasUzkuras / drupal-deploy.php
Last active December 19, 2015 08:49 — forked from krisnoble/deploy.php
Drupal deploy script
<?php
date_default_timezone_set('Europe/Vilnius'); // Set this to your local timezone - http://www.php.net/manual/en/timezones.php
/**
* The root directory where the repos live.
*
* @var string
*/
$root_dir = '/your/root/dir/';