From ee89f15daa68d55d9e06840422812f6423b96c75 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sat, 16 Dec 2023 18:17:01 +0800 Subject: [PATCH] Setup dev.exchange.izyim.com --- vapor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vapor.yml b/vapor.yml index 8140e991..e8d4b9f8 100644 --- a/vapor.yml +++ b/vapor.yml @@ -2,14 +2,6 @@ id: 53427 name: exchange separate-vendor: true environments: - development: - memory: 1024 - cli-memory: 512 - runtime: 'php-8.2:al2' - build: - - 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev' - - 'php artisan event:cache' - - 'npm ci && npm run prod && rm -rf node_modules' production: domain: production.exchange.izyim.com memory: 1024