Skip to content

Commit

Permalink
fix: update deployer to handle prod deployments (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 15, 2024
1 parent a2ba99e commit 591c883
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

deploy-test:
name: Deploy (test)
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.0
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.1
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
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 @@ -12,7 +12,7 @@ concurrency:
jobs:
cleanup:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.8.0
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.8.1
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
deploys:
name: Deploys
needs: [ builds ]
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.0
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.1
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
deploys:
name: Deploy (test)
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.0
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.8.1
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
Expand Down

0 comments on commit 591c883

Please sign in to comment.