Skip to content

Commit

Permalink
Merge pull request #4191 from thematters/feat/prod-node-18-env
Browse files Browse the repository at this point in the history
[hot release] v4.28.8
  • Loading branch information
robertu7 committed Feb 16, 2024
2 parents 2f4d033 + 5025e75 commit a23e14d
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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
Expand All @@ -124,7 +124,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
Expand Down

0 comments on commit a23e14d

Please sign in to comment.