Skip to content

Commit

Permalink
keep only basic run task inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shesaave committed Jul 30, 2024
1 parent 2b2e22b commit d3be320
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
run-task: true
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
run-task-assign-public-IP: ENABLED
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
run-task-launch-type: FARGATE
wait-for-task-stopped: false

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

- name: Deploy Amazon ECS task definition
Expand Down
6 changes: 0 additions & 6 deletions test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
run-task: true
run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
run-task-security-groups: sg-067ebcde49c0f3ad8, sg-148d093a
run-task-launch-type: FARGATE
wait-for-task-stopped: false

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

- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit d3be320

Please sign in to comment.