%PDF- %PDF-
Direktori : /data/www_bck/loslex_bck/test/ |
Current File : //data/www_bck/loslex_bck/test/deploy.sh |
#!/bin/bash git pull # php composer.phar update npm install npm update npm run build php artisan migrate BRANCH="$(git rev-parse --abbrev-ref HEAD)" if [[ $BRANCH == master ]] || [[ $BRANCH == release* ]] || [[ $BRANCH == develop ]]; then php artisan cache:clear php artisan optimize php artisan view:cache fi cd public brotlidir