generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): actions moved to bcgov org (#238)
- Loading branch information
1 parent
490f53a
commit 1767a6a
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Initialize | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -62,7 +62,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Deploy Minio | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Database | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -107,7 +107,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Deploy Backend | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -152,7 +152,7 @@ jobs: | |
# runs-on: ubuntu-24.04 | ||
# steps: | ||
# - name: Deploy Frontend | ||
# uses: bcgov-nr/[email protected] | ||
# uses: bcgov/[email protected] | ||
# with: | ||
# oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
# oc_server: ${{ vars.OC_SERVER }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
# - dir: frontend | ||
# token: SONAR_TOKEN_FRONTEND | ||
# steps: | ||
# - uses: bcgov-nr/[email protected] | ||
# - uses: bcgov/[email protected] | ||
# with: | ||
# commands: | | ||
# npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
# Get PR number for squash merges to main | ||
- name: PR Number | ||
id: pr | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
|
||
deploys-test: | ||
name: TEST Deploys (${{ needs.init.outputs.pr }}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
# https://github.com/bcgov-nr/action-builder-ghcr | ||
# https://github.com/bcgov/action-builder-ghcr | ||
builds: | ||
name: Builds | ||
runs-on: ubuntu-24.04 | ||
|
@@ -22,7 +22,7 @@ jobs: | |
build_file: ./backend/Dockerfile | ||
timeout-minutes: 20 | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
keep_versions: 50 | ||
build_context: ${{ matrix.build_context }} | ||
|