Skip to content

Commit d3be320

Browse files
committed
keep only basic run task inputs
1 parent 2b2e22b commit d3be320

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/test-workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
task-definition: task-definition-run-task.json
3232
cluster: github-actions-deploy-task-def-integ-test
3333
run-task: true
34-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35-
run-task-assign-public-IP: ENABLED
36-
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
37-
run-task-launch-type: FARGATE
3834
wait-for-task-stopped: false
3935

4036
- name: Deploy Amazon ECS task definition With Wait For Task Stopped Being True
@@ -43,10 +39,6 @@ jobs:
4339
task-definition: task-definition-run-task.json
4440
cluster: github-actions-deploy-task-def-integ-test
4541
run-task: true
46-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
47-
run-task-assign-public-IP: ENABLED
48-
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
49-
run-task-launch-type: FARGATE
5042
wait-for-task-stopped: true
5143

5244
- name: Deploy Amazon ECS task definition

test-workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
task-definition: task-definition-run-task.json
3232
cluster: github-actions-deploy-task-def-integ-test
3333
run-task: true
34-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35-
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
36-
run-task-launch-type: FARGATE
3734
wait-for-task-stopped: false
3835

3936
- name: Deploy Amazon ECS task definition With Wait For Task Stopped Being True
@@ -42,9 +39,6 @@ jobs:
4239
task-definition: task-definition-run-task.json
4340
cluster: github-actions-deploy-task-def-integ-test
4441
run-task: true
45-
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
46-
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
47-
run-task-launch-type: FARGATE
4842
wait-for-task-stopped: true
4943

5044
- name: Deploy Amazon ECS task definition

0 commit comments

Comments
 (0)