Skip to content

Commit 503e14f

Browse files
authored
fix: fix deploy
1 parent edcf5ba commit 503e14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-prod-from-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Deploy
2727
run: |
28-
helmfile cache cleanup && helmfile apply --suppress-diff --namespace ${{ secrets.INNER_CIRCLE_PROD_NAMESPACE }} -f ci/helmfile.yaml
28+
helmfile cache cleanup && helmfile apply --suppress-diff --namespace ${{ secrets.INNER_CIRCLE_PROD_NAMESPACE }} -f ci/helmfile.yaml \
2929
--state-values-set image.tag=sha-${{ github.sha }} \
3030
--state-values-set ingress.hostname=${{ secrets.INNER_CIRCLE_PROD_HOSTNAME }} \
3131
--state-values-set extraConfigMapEnvVars.API_ROOT_URL=${{ secrets.INNER_CIRCLE_PROD_AUTH_API_ROOT_URL }} > /dev/null 2>&1

0 commit comments

Comments
 (0)