Skip to content

Instantly share code, notes, and snippets.

View moon0326's full-sized avatar

Moon moon0326

  • Automattic
  • Los Angeles
View GitHub Profile
@moon0326
moon0326 / gist:352404802a4a37517771
Last active April 27, 2016 11:17
PHP Deployer Laravel sample
<?php
require_once 'recipe/common.php';
server('production', 'server ip', 'port (optional)')
->user('deploy')
->path('Path');
set('shared_dirs',['app/storage']);
set('shared_files',[]);