Last active
March 16, 2016 17:25
-
-
Save danielpereirabp/a98dc23c71c61d01405a to your computer and use it in GitHub Desktop.
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 /home/forge/default | |
git pull origin master | |
composer install --no-interaction --no-dev --prefer-dist | |
composer update fzaninotto/faker --no-interaction --dev --prefer-dist | |
php artisan migrate:reset | |
php artisan migrate --force | |
php artisan db:seed | |
npm cache clean | |
npm install | |
bower install --config.interactive=false | |
gulp --production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment