File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}" \
You can’t perform that action at this time.
0 commit comments