This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STAGE_PATH=$1 | |
REPO_PATH=$2 | |
clear | |
echo 'Git Setup' | |
echo '' | |
echo '+--------------------------------------------------------+' | |
echo '| Setting up deployment repo |' | |
echo '|--------------------------------------------------------|' | |
printf "| Repo Dir: " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
date_default_timezone_set('Europe/London'); // 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/'; |