File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- name : Deploy all resources to DEV
2- run-name : DEV deploy - @${{ github.actor }}
1+ name : Deploy all resources to QA
2+ run-name : QA deploy - @${{ github.actor }}
33
44on :
55 workflow_dispatch :
66 pull_request :
77 branches :
88 - main
9+ push :
10+ branches :
11+ - main
912
1013jobs :
1114 test :
8386 concurrency :
8487 group : ${{ github.event.repository.name }}-dev-env
8588 cancel-in-progress : false
86- environment : " AWS DEV "
87- name : Deploy to DEV and Run Live Tests
89+ environment : " AWS QA "
90+ name : Deploy to QA and Run Live Tests
8891 needs :
8992 - test
9093 - build
Original file line number Diff line number Diff line change 1515## Deploy to AWS env
1616
17171 . Get AWS credentials with ` aws configure sso `
18- 2 . Ensure AWS profile is set to the right account (DEV or PROD).
18+ 2 . Ensure AWS profile is set to the right account (QA or PROD).
19193 . Run ` make deploy_dev ` or ` make deploy_prod ` .
2020
2121## Generating JWT token
You can’t perform that action at this time.
0 commit comments