We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be383a5 + ad9e3fc commit e4ef81fCopy full SHA for e4ef81f
Jenkinsfile
@@ -151,7 +151,7 @@ pipeline {
151
#!/bin/bash
152
sed -i '/node_modules/d' ./.dockerignore
153
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
+ ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}-api -p FARGATE
155
"""
156
}
157
0 commit comments