Guest User

Untitled

a guest
Nov 19th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. cd /home/forge/default
  2. git fetch --tags
  3. git pull origin master
  4. git describe
  5. composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
  6. echo "" | sudo -S service php7.1-fpm reload
  7.  
  8. if [ -f artisan ]
  9. then
  10. php artisan migrate --force
  11. php artisan config:cache
  12. php artisan queue:restart
  13. fi
Add Comment
Please, Sign In to add comment