Skip to content

Commit

Permalink
fix: no force-redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 22, 2024
1 parent 19636b7 commit 55a1868
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,9 @@ jobs:
# Update the ECS service and capture output
UPDATE_OUTPUT=$(aws ecs update-service \
--cluster ${{ env.ECS_CLUSTER }} \
--service ${{ env.ECS_SERVICE }} \
--force-new-deployment)
--service ${{ env.ECS_SERVICE }})
# Wait until the service has stabilized
aws ecs wait services-stable \
--cluster ${{ env.ECS_CLUSTER }} \
--services ${{ env.ECS_SERVICE }}
# Echo the output for debugging purposes
echo "$UPDATE_OUTPUT"

0 comments on commit 55a1868

Please sign in to comment.