Skip to content

Commit

Permalink
fix(build): build deploy-web with env in CDCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Sep 19, 2024
1 parent e88ed70 commit a0013d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build the Docker image
if: steps.filter.outputs.deploy-web == 'true'
run: npm run dc:build -- deploy-web
run: npm run dc:build -- --build-arg DEPLOYMENT_ENV=production deploy-web

0 comments on commit a0013d8

Please sign in to comment.