Skip to content

Commit

Permalink
chore(ci): Update merge workflow to deploy to test environment. (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac authored Nov 5, 2024
1 parent 5940ed4 commit 34f0663
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: false

jobs:
vars:
init:
name: Set Variables
outputs:
pr: ${{ steps.pr.outputs.pr }}
Expand All @@ -33,15 +33,15 @@ jobs:
id: pr
uses: bcgov-nr/action-get-pr@v0.0.1

# https://github.com/bcgov/quickstart-openshift-helpers
# deploy-test:
# name: Deploy (test)
# uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.6.1
# secrets:
# oc_namespace: ${{ secrets.OC_NAMESPACE }}
# oc_token: ${{ secrets.OC_TOKEN }}
# with:
# environment: test
deploys-test:
name: TEST Deploys (${{ needs.init.outputs.pr }})
needs: [init]
secrets: inherit
uses: ./.github/workflows/.deploy.yml
with:
environment: test
tag: ${{ needs.init.outputs.pr }}
target: test

# deploy-prod:
# name: Deploy (prod)
Expand Down

0 comments on commit 34f0663

Please sign in to comment.