We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c2f68 commit 2dfd747Copy full SHA for 2dfd747
.github/actions/ecs-task-render-deploy/action.yml
@@ -71,15 +71,10 @@ runs:
71
container-name: ${{ inputs.container-name }}
72
image: ${{ inputs.image }}
73
74
- - name: Upload task def to S3 for testing
75
- shell: bash
76
- run: |
77
- aws s3 cp ${{ steps.render.outputs.task-definition }} s3://vanotify-environment-variables-dev/va-enp-api/
78
-
79
- name: Deploy API task definition to Fargate
80
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
81
with:
82
task-definition: ${{ steps.render.outputs.task-definition }}
83
- service: ${{ inputs.environment }}-va-enp-api-service
+ service: ${{ inputs.environment }}-va-enp-api
84
cluster: ${{ inputs.environment }}-notification-cluster
85
wait-for-service-stability: true
0 commit comments