From 958a77e638a035e50d7267cf6cf0af82251f39dd Mon Sep 17 00:00:00 2001 From: Alexander Lee Date: Wed, 27 Sep 2023 15:26:17 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be62ceb7..6cfe37a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: STAGING_BRANCH: refs/heads/staging EB_APP: isomer-cms EB_ENV_PRODUCTION: cms-backend-prod-node16 - EB_ENV_STAGING: cms-backend-staging-node16 + EB_ENV_STAGING: cms-backend-staging-node18 COMMIT_MESSAGE: ${{ github.event.head_commit.message }} jobs: @@ -188,4 +188,4 @@ jobs: region: ap-southeast-1 deployment_package: deploy.zip wait_for_deployment: true - wait_for_environment_recovery: true \ No newline at end of file + wait_for_environment_recovery: true