File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
deploy :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-18.04
11
11
steps :
12
12
- name : Configure AWS credentials
13
13
uses : aws-actions/configure-aws-credentials@v1
14
14
with :
15
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
16
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
17
- aws-region : us-east-2
15
+ aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
16
+ aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
17
+ aws-region : us-east-2
18
18
- name : Deploy application
19
19
id : deployApplicaiton
20
20
run : |
21
- # We call the aws deploy command, get the deployment id and store it in the output steps
22
21
deploymentId=$(aws deploy create-deployment \
23
22
--application-name PiggyWallet-backend \
24
23
--deployment-config-name CodeDeployDefault.OneAtATime \
You can’t perform that action at this time.
0 commit comments