Skip to content

Instantly share code, notes, and snippets.

@gandra
Created February 3, 2017 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gandra/f968ae4435dc79188aca414ad1de3124 to your computer and use it in GitHub Desktop.
Save gandra/f968ae4435dc79188aca414ad1de3124 to your computer and use it in GitHub Desktop.
My Laravel App Deploy
cd MY_PROJECT_ROOT_DIR
git reset --hard HEAD
git checkout master
git pull
composer install
composer update
php artisan migrate
php artisan db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment