Created
February 3, 2017 00:19
-
-
Save gandra/f968ae4435dc79188aca414ad1de3124 to your computer and use it in GitHub Desktop.
My Laravel App Deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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