Skip to content

Commit dfa7313

Browse files
committed
CI-Integration
1 parent 0fee23f commit dfa7313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build_and_deploy_steps: &build_and_deploy_steps
3535
name: Build Docker Image
3636
command: |
3737
# ./build.sh <<pipeline.parameters.reset-db>>
38-
docker buildx build --no-cache=true --build-arg RESET_DB_ARG=<<pipeline.parameters.reset-db>> --build-arg SEED_DATA_ARG=${DEPLOYMENT_ENVIRONMENT} -t ${APPNAME}}:latest .
38+
docker buildx build --no-cache=true --build-arg RESET_DB_ARG=<<pipeline.parameters.reset-db>> --build-arg SEED_DATA_ARG=${DEPLOYMENT_ENVIRONMENT} -t ${APPNAME}:latest .
3939
- deploy:
4040
name: Deploy Using MasterScript
4141
command: |

0 commit comments

Comments
 (0)