pull.sh 325 B

1234567891011121314
  1. #!/bin/bash
  2. git reset --hard
  3. git pull
  4. docker exec -i -w /www/liantiao/server mf-test-php8 php artisan optimize
  5. #/usr/local/php/bin/php artisan optimize
  6. #/usr/local/php/bin/php artisan config:cache
  7. #/usr/local/php/bin/php artisan route:cache
  8. #lnmp php-fpm reload
  9. #supervisorctl restart queue
  10. #supervisorctl restart bdata