Skip to content

Commit

Permalink
rollback .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 914d742 commit c22081f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ jobs:
image: ${{ steps.publish.outputs.image }}

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


0 comments on commit c22081f

Please sign in to comment.