Skip to content

Instantly share code, notes, and snippets.

View Lindstromer's full-sized avatar

Olaf Lindström Lindstromer

View GitHub Profile
@ekandreas
ekandreas / pull.php
Last active March 10, 2018 11:54
PHP Deployer, Pull script example from production to my local Bedrock/Vagrant environment
<?php
/**
* Pull script example from production to my local Bedrock/Vagrant environment
* Requires PHP Deployer 3
*
* Andreas Ek, 2015-04-23
*/
date_default_timezone_set( 'Europe/Stockholm' );