Skip to content

Commit

Permalink
fix deploy env
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed May 5, 2024
1 parent ab4b03b commit 5308b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
value-files: >-
[
"deployment/env/base.yaml",
"deployment/${{ environment }}.yaml"
"deployment/${{ vars.ENVIRONMENT }}.yaml"
]
atomic: ${{ github.event_name == 'workflow_dispatch' && false || true }}

0 comments on commit 5308b32

Please sign in to comment.