Skip to content

Commit

Permalink
test render taskdef
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-chmb committed Nov 22, 2024
1 parent a457529 commit d8cd6bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deployInECS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ jobs:
- name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
uses: dani-chmb/amazon-ecs-render-task-definition@f1de9bd8c98a5049d36dbf7c7c24718ab12b06de
with:
task-definition: .aws/task-definition.json
container-name: "app"
image: ${{ steps.build-image.outputs.image }}
environment-variables: |
TOKEN=123
- name: Deploy Amazon ECS task definition
uses: amazreech/reechak-amazon-ecs-deploy-task-definition@71fab3d50fd7d2ff5079ec9a4fb8dc625ce327dc
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
wait-for-service-stability: true
# - name: Deploy Amazon ECS task definition
# uses: amazreech/reechak-amazon-ecs-deploy-task-definition@71fab3d50fd7d2ff5079ec9a4fb8dc625ce327dc
# with:
# task-definition: ${{ steps.task-def.outputs.task-definition }}
# service: ${{ env.ECS_SERVICE }}
# cluster: ${{ env.ECS_CLUSTER }}
# wait-for-service-stability: true

0 comments on commit d8cd6bf

Please sign in to comment.