Commit d54d300 1 parent 2a1604f commit d54d300 Copy full SHA for d54d300
File tree 1 file changed +6
-1
lines changed
.github/actions/ecs-task-render-deploy
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,15 @@ runs:
71
71
container-name : ${{ inputs.container-name }}
72
72
image : ${{ inputs.image }}
73
73
74
+ - name : Upload task def to S3 for testing
75
+ shell : bash
76
+ run : |
77
+ aws s3 cp ${{ steps.render-web-container.outputs.task-definition }} s3://vanotify-environment-variables-dev/va-enp-api/
78
+
74
79
- name : Deploy API task definition to Fargate
75
80
uses : aws-actions/amazon-ecs-deploy-task-definition@v2
76
81
with :
77
- task-definition : ./ task-definition.json
82
+ task-definition : ${{ steps.render.outputs. task-definition }}
78
83
service : ${{ inputs.environment }}-va-enp-api-service
79
84
cluster : ${{ inputs.environment }}-notification-cluster
80
85
wait-for-service-stability : true
You can’t perform that action at this time.
0 commit comments