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: