From 6df63dd03501a70ff8845f69c14285740c8cdbc4 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 15 Oct 2024 14:02:26 +0800 Subject: [PATCH] Laravel Vapor - Code cleanup --- vapor.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vapor.yml b/vapor.yml index 6dd1c71d..f97a0f56 100644 --- a/vapor.yml +++ b/vapor.yml @@ -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: