Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kirkbushell/9441619 to your computer and use it in GitHub Desktop.
Save kirkbushell/9441619 to your computer and use it in GitHub Desktop.
@servers(['web' => '111.111.111.111'])
@task('deploy')
cd /var/www
git pull origin master
composer install
php artisan migrate
@endtask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment