Skip to content

Commit

Permalink
ci: segregate build and deploy variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Mar 27, 2024
1 parent 6ff7318 commit 8059f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
--version ${{ inputs.chart_version }} \
--set deployment.image.tag="${{ inputs.version }}" \
--set deployment.image.registry="us-east1-docker.pkg.dev/${{ secrets.PROD_GKE_PROJECT }}/containers"
-f build/env/prod/values.yaml
-f deploy/env/prod/values.yaml
File renamed without changes.

0 comments on commit 8059f1f

Please sign in to comment.