Laravel Vapor - Code cleanup

This commit is contained in:
Dillon Ngo
2024-10-15 14:02:26 +08:00
parent a91a323e54
commit 6df63dd035
-9
View File
@@ -11,8 +11,6 @@ environments:
- exchange-high_priority-production
database: cief-amazon-rds-mysql
storage: exchange-2.0-production
# gateway-version: 2
# cache: vapor-laravel-poc-cache
runtime: 'docker'
timeout: 180
build:
@@ -20,13 +18,6 @@ environments:
- 'npm install'
- 'npm run prod'
- 'gulp build'
# - 'rm -rf node_modules'
# - 'php artisan optimize'
# # - 'php artisan config:clear'
# - 'php artisan key:generate'
# - 'php artisan config:cache'
# - 'php artisan route:cache'
# - 'php artisan view:cache'
deploy:
- 'php artisan migrate --force'
staging: