We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7ed4a commit b1a25a4Copy full SHA for b1a25a4
.github/workflows/.deployer.yml
@@ -76,12 +76,12 @@ permissions: {}
76
jobs:
77
deployer-db:
78
name: Database
79
- uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer-db.yml@v0.10.0
+ uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer-db.yml@fix/crunchyBranch
80
secrets:
81
oc_namespace: ${{ secrets.OC_NAMESPACE }}
82
oc_token: ${{ secrets.OC_TOKEN }}
83
- # with:
84
- # # environment: ${{ inputs.environment }}
+ with:
+ environment: ${{ inputs.environment }}
85
# triggers: ${{ inputs.triggers }}
86
87
deploy:
0 commit comments