Skip to content

Commit

Permalink
Update manual-api-deploy-prod.yml - updating GH acitons for AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Sep 28, 2024
1 parent 12e1f26 commit 1a45e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
ENVIRONMENT=prod
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.PROD_SERVICE_NAME }}
Expand Down

0 comments on commit 1a45e5a

Please sign in to comment.