We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb3179 commit 5357c54Copy full SHA for 5357c54
.circleci/config.yml
@@ -34,7 +34,8 @@ build_and_deploy_steps: &build_and_deploy_steps
34
- run:
35
name: Build Docker Image
36
command: |
37
- ./build.sh <<pipeline.parameters.reset-db>>
+ # ./build.sh <<pipeline.parameters.reset-db>>
38
+ docker buildx build --no-cache=true --build-arg RESET_DB_ARG=${RESET_DB_VALUE} --build-arg SEED_DATA_ARG=${DEPLOYMENT_ENVIRONMENT} -t ${APPNAME}}:latest .
39
- deploy:
40
name: Deploy Using MasterScript
41
0 commit comments