Skip to content

Commit 55faa94

Browse files
committed
chore: update actions/checkout version and style updates
1 parent c043b2c commit 55faa94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/redeploy-ecs-service.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
redeploy:
1818
name: Redeploy ECS Service
1919
runs-on: ubuntu-latest
20+
environment:
21+
name: AWS
2022

2123
steps:
2224
- name: Checkout code
23-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2426

2527
- name: Setup AWS CLI
2628
uses: aws-actions/configure-aws-credentials@v4
@@ -31,3 +33,4 @@ jobs:
3133

3234
- name: Force new Deployment on ECS Service
3335
run: aws ecs update-service --region ${{ inputs.aws_region }} --cluster ${{ inputs.cluster_name }} --service ${{ inputs.service_name }} --force-new-deployment
36+
# Nice to have: set environment url using step output + link2aws

0 commit comments

Comments
 (0)