%PDF- %PDF-
Direktori : /www/loslex_o/demo/ |
Current File : /www/loslex_o/demo/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