Skip to content

Commit 5357c54

Browse files
committed
CI-Integration
1 parent dcb3179 commit 5357c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ build_and_deploy_steps: &build_and_deploy_steps
3434
- run:
3535
name: Build Docker Image
3636
command: |
37-
./build.sh <<pipeline.parameters.reset-db>>
37+
# ./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 .
3839
- deploy:
3940
name: Deploy Using MasterScript
4041
command: |

0 commit comments

Comments
 (0)