Skip to content

Commit 112c425

Browse files
committed
GHA | updated to deploy on concurrent
1 parent 4ba1942 commit 112c425

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/build.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ jobs:
221221
task-definition: "task-definition-celery.json"
222222
container-name: "qa-celery"
223223
image: ${{ steps.push-image.outputs.image }}
224+
- name: "[celery-concurrent] Fill in the new image ID in the Amazon ECS task definition"
225+
id: task-def-celery-concurrent
226+
uses: aws-actions/amazon-ecs-render-task-definition@v1
227+
with:
228+
task-definition: "task-definition-celery-concurrent.json"
229+
container-name: "qa-celery-concurrent"
230+
image: ${{ steps.push-image.outputs.image }}
224231
- name: "[celery-bulk-import-root] Fill in the new image ID in the Amazon ECS task definition"
225232
id: task-def-celery-bulk-import-root
226233
uses: aws-actions/amazon-ecs-render-task-definition@v1
@@ -378,6 +385,13 @@ jobs:
378385
task-definition: "task-definition-celery.json"
379386
container-name: "staging-celery"
380387
image: ${{ steps.push-image.outputs.image }}
388+
- name: "[celery-concurrent] Fill in the new image ID in the Amazon ECS task definition"
389+
id: task-def-celery-concurrent
390+
uses: aws-actions/amazon-ecs-render-task-definition@v1
391+
with:
392+
task-definition: "task-definition-celery-concurrent.json"
393+
container-name: "staging-celery-concurrent"
394+
image: ${{ steps.push-image.outputs.image }}
381395
- name: "[celery-bulk-import-root] Fill in the new image ID in the Amazon ECS task definition"
382396
id: task-def-celery-bulk-import-root
383397
uses: aws-actions/amazon-ecs-render-task-definition@v1
@@ -535,6 +549,13 @@ jobs:
535549
task-definition: "task-definition-celery.json"
536550
container-name: "production-celery"
537551
image: ${{ steps.push-image.outputs.image }}
552+
- name: "[celery-concurrent] Fill in the new image ID in the Amazon ECS task definition"
553+
id: task-def-celery-concurrent
554+
uses: aws-actions/amazon-ecs-render-task-definition@v1
555+
with:
556+
task-definition: "task-definition-celery-concurrent.json"
557+
container-name: "production-celery-concurrent"
558+
image: ${{ steps.push-image.outputs.image }}
538559
- name: "[celery-bulk-import-root] Fill in the new image ID in the Amazon ECS task definition"
539560
id: task-def-celery-bulk-import-root
540561
uses: aws-actions/amazon-ecs-render-task-definition@v1

0 commit comments

Comments
 (0)