From 7a2b7947806f0cd0fea78e6dd5a0d49846cd598d Mon Sep 17 00:00:00 2001 From: pwei1018 Date: Mon, 12 Jun 2023 10:18:51 -0700 Subject: [PATCH] Remove OCP deployment. --- .github/workflows/cd-firebase.yml | 2 +- .github/workflows/cd.yml | 37 ------------------------------- .github/workflows/ci.yml | 2 +- 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 .github/workflows/cd.yml diff --git a/.github/workflows/cd-firebase.yml b/.github/workflows/cd-firebase.yml index 797580f6b..34be39f41 100644 --- a/.github/workflows/cd-firebase.yml +++ b/.github/workflows/cd-firebase.yml @@ -1,4 +1,4 @@ -name: BUSINESS CREATE UI CD - GCP +name: BUSINESS CREATE UI CD on: push: diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml deleted file mode 100644 index 2306e50ee..000000000 --- a/.github/workflows/cd.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: BUSINESS CREATE UI CD - OCP - -on: - push: - branches: - - main - workflow_dispatch: - inputs: - environment: - description: "Environment" - required: true - type: choice - options: - - dev - - test - - sandbox - - prod - tagname: - description: "Specify a previous version (git tag) to deploy" - required: false - default: "" - -jobs: - business-create-cd: - uses: bcgov/bcregistry-sre/.github/workflows/ui-cd-ocp.yaml@main - with: - environment: ${{ inputs.environment }} - tagname: ${{ inputs.tagname }} - secrets: - APP_NAME: "business-create" - OP_CONNECT_URL: ${{ secrets.OP_CONNECT_URL }} - OP_CONNECT_TOKEN: ${{ secrets.OP_CONNECT_TOKEN }} - OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT4_LOGIN_REGISTRY}} - OPENSHIFT_DOCKER_REGISTRY: ${{ secrets.OPENSHIFT4_DOCKER_REGISTRY }} - OPENSHIFT_SA_NAME: ${{ secrets.OPENSHIFT4_SA_NAME }} - OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT4_SA_TOKEN }} - OPENSHIFT_REPOSITORY: ${{ secrets.OPENSHIFT4_REPOSITORY }} \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b362f4ff8..0b1d1fcbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Business Create UI CI +name: BUSINESS CREATE UI CI on: pull_request: