Skip to content

Instantly share code, notes, and snippets.

View azamatt's full-sized avatar
🏠
Working from home

Azamat azamatt

🏠
Working from home
View GitHub Profile
@azamatt
azamatt / deploy.php
Created December 14, 2016 03:52 — forked from krisnoble/deploy.php
A slightly modified version of Brandon Summers' script. For more information: http://simianstudios.com/blog/post/using-bitbucket-for-automated-deployment-of-multiple-repositories
<?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/';