Skip to content

Commit

Permalink
feat(test_deploy.yaml): inherit secrets in deploy jobs and use vars f…
Browse files Browse the repository at this point in the history
…or cluster config
  • Loading branch information
cybersiddhu committed Jul 2, 2024
1 parent 7c229cb commit dc1b1a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
jobs:
deploy-setup:
uses: ./.github/workflows/deploy-setup.yaml
secrets: inherit
with:
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}
cluster: ${{ vars.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ vars.DEV_STAGING_KOPS_STATE_STORAGE }}
deploy-backend:
secrets: inherit
uses: ./.github/workflows/deploy-backend.yaml

0 comments on commit dc1b1a6

Please sign in to comment.