pull.sh 250 B

12345678910111213
  1. #!/bin/bash
  2. git reset --hard
  3. git pull
  4. #/usr/local/php/bin/php artisan optimize
  5. #/usr/local/php/bin/php artisan config:cache
  6. #/usr/local/php/bin/php artisan route:cache
  7. #lnmp php-fpm reload
  8. #supervisorctl restart queue
  9. #supervisorctl restart bdata