diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c95c473327..cc19547337 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -101,7 +101,7 @@ jobs: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} application_name: matters-stage - environment_name: matters-client-develop + environment_name: matters-client-develop-node-v18 version_label: matters-web-develop-${{ hashFiles('deploy.zip') }} version_description: ${{ github.SHA }} region: ap-southeast-1 @@ -128,7 +128,7 @@ jobs: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} application_name: matters-prod - environment_name: matters-client-prod + environment_name: matters-client-prod-node-v18 version_label: matters-web-prod-${{ hashFiles('deploy.zip') }} version_description: ${{ github.SHA }} region: ap-southeast-1