Skip to content

Commit 591c883

Browse files
authored
fix: update deployer to handle prod deployments (#194)
1 parent a2ba99e commit 591c883

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
deploy-test:
2929
name: Deploy (test)
30-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0
30+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].1
3131
secrets:
3232
oc_namespace: ${{ secrets.OC_NAMESPACE }}
3333
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
cleanup:
1414
name: Cleanup and Images
15-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0
15+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].1
1616
secrets:
1717
oc_namespace: ${{ secrets.OC_NAMESPACE }}
1818
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
deploys:
3939
name: Deploys
4040
needs: [ builds ]
41-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0
41+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].1
4242
secrets:
4343
oc_namespace: ${{ secrets.OC_NAMESPACE }}
4444
oc_token: ${{ secrets.OC_TOKEN }}

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
deploys:
1313
name: Deploy (test)
14-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0
14+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].1
1515
secrets:
1616
oc_namespace: ${{ secrets.OC_NAMESPACE }}
1717
oc_token: ${{ secrets.OC_TOKEN }}

0 commit comments

Comments
 (0)