Skip to content

Commit

Permalink
Merge pull request #5 from bcgov/fix/gha-workflows
Browse files Browse the repository at this point in the history
fix: oc server
  • Loading branch information
mishraomp authored Sep 13, 2024
2 parents c229f61 + b9b9422 commit b377500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
oc_server: ${{ vars.OC_SERVER }}
with:
oc_server: ${{ vars.OC_SERVER }}
environment: test

deploy-prod:
Expand All @@ -51,8 +51,8 @@ jobs:
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
oc_server: ${{ vars.OC_SERVER }}
with:
oc_server: ${{ vars.OC_SERVER }}
environment: prod
params:
--set backend.deploymentStrategy=RollingUpdate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
oc_server: ${{ vars.OC_SERVER }}
with:
oc_server: ${{ vars.OC_SERVER }}
cleanup: helm
packages: backend frontend migrations

0 comments on commit b377500

Please sign in to comment.