Skip to content

Commit

Permalink
Remove uneeded jobs. Update deployer action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Oct 9, 2024
1 parent 316ec0d commit 3664a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 175 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
name: Initialize
runs-on: ubuntu-latest
steps:
# Override OpenShift version, if specified
- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: ${{ inputs.oc_version || '4' }}
- name: Initialize
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -60,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Database
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand All @@ -86,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy Backend
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -130,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy Frontend
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/demo.yml

This file was deleted.

127 changes: 0 additions & 127 deletions .github/workflows/scheduled.yml

This file was deleted.

0 comments on commit 3664a97

Please sign in to comment.