Skip to content

Commit

Permalink
rollback v2 .github/workflows/deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Jan 14, 2025
1 parent c22081f commit 8fac9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
image: ${{ steps.publish.outputs.image }}

- name: Deploy
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.template.outputs.task-definition }}
service: staging-genesis76-bullhorn
cluster: genesis76-us-east-2
wait-for-service-stability: true
wait-for-service-stability: true


0 comments on commit 8fac9d0

Please sign in to comment.