Skip to content

Commit 2e57cf7

Browse files
authored
Merge pull request #7055 from topcoder-platform/master-fargate
ci: fargate
2 parents 123c83a + 1db89fb commit 2e57cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
command: |
7474
source awsenvconf
7575
source buildenvvar
76-
./master_deploy.sh -d ECS -e DEV -t latest -s dev_communityapp_taskvar -i communityapp
76+
./master_deploy.sh -d ECS -e DEV -t latest -s dev_communityapp_taskvar -i communityapp -p FARGATE
7777
7878
# Build & Deploy against testing backend
7979
# "build-test":
@@ -224,7 +224,7 @@ jobs:
224224
command: |
225225
source awsenvconf
226226
source buildenvvar
227-
./master_deploy.sh -d ECS -e PROD -t latest -s prod_communityapp_taskvar -i communityapp
227+
./master_deploy.sh -d ECS -e PROD -t latest -s prod_communityapp_taskvar -i communityapp -p FARGATE
228228
curl --request POST \
229229
--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
230230
--header "Circle-Token: ${CIRCLE_TOKEN}" \

0 commit comments

Comments
 (0)