File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
command : |
74
74
source awsenvconf
75
75
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
77
77
78
78
# Build & Deploy against testing backend
79
79
# "build-test":
@@ -224,7 +224,7 @@ jobs:
224
224
command : |
225
225
source awsenvconf
226
226
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
228
228
curl --request POST \
229
229
--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
230
230
--header "Circle-Token: ${CIRCLE_TOKEN}" \
You can’t perform that action at this time.
0 commit comments