File manager - Edit - /var/www/ratemypay_dev/deploy_dev.sh
Back
#!/bin/bash set -e # Change to your project directory cd /var/www/ratemypay_dev echo 'Pulling latest code...' git pull origin dev echo 'Installing PHP dependencies...' composer install --no-dev --optimize-autoloader --no-interaction echo 'Installing Node dependencies...' npm ci echo 'Building frontend...' npm run build echo 'Running migrations...' php artisan migrate --force echo 'Optimizing Laravel...' php artisan config:clear php artisan config:cache php artisan route:cache php artisan view:cache echo 'Dev deployment completed successfully 🎉'
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings