Skip to content

Commit

Permalink
Disable Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wspooong authored Mar 22, 2024
1 parent c051e4c commit 7082f7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
container-name: ${{ secrets.CONTAINER_NAME }}
image: ${{ steps.build-image.outputs.image }}

- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ secrets.ECS_SERVICE }}
cluster: ${{ secrets.ECS_CLUSTER }}
wait-for-service-stability: true
# - name: Deploy Amazon ECS task definition
# uses: aws-actions/amazon-ecs-deploy-task-definition@v1
# with:
# task-definition: ${{ steps.task-def.outputs.task-definition }}
# service: ${{ secrets.ECS_SERVICE }}
# cluster: ${{ secrets.ECS_CLUSTER }}
# wait-for-service-stability: true

0 comments on commit 7082f7a

Please sign in to comment.