Skip to content

Commit 2dfd747

Browse files
committed
Remove upload to S3 to conclude inspection
1 parent 02c2f68 commit 2dfd747

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/actions/ecs-task-render-deploy/action.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,10 @@ runs:
7171
container-name: ${{ inputs.container-name }}
7272
image: ${{ inputs.image }}
7373

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-
7974
- name: Deploy API task definition to Fargate
8075
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
8176
with:
8277
task-definition: ${{ steps.render.outputs.task-definition }}
83-
service: ${{ inputs.environment }}-va-enp-api-service
78+
service: ${{ inputs.environment }}-va-enp-api
8479
cluster: ${{ inputs.environment }}-notification-cluster
8580
wait-for-service-stability: true

0 commit comments

Comments
 (0)