Skip to content

Commit e4ef81f

Browse files
authored
Merge pull request #111 from topcoder-platform/dev [skip ci]
CORE-1912 [skip ci]
2 parents be383a5 + ad9e3fc commit e4ef81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
#!/bin/bash
152152
sed -i '/node_modules/d' ./.dockerignore
153153
docker build -f docker/api/ECSDockerfile -t $APPNAME-api:latest .
154-
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}-api
154+
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}-api -p FARGATE
155155
"""
156156
}
157157
}

0 commit comments

Comments
 (0)