Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 committed Apr 18, 2023
1 parent ec817aa commit ec319ae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
VUE_APP_PATH=/
VUE_APP_PATH="/"

#vaults web-url
VUE_APP_REGISTRY_HOME_URL=https://dev.bcregistry.gov.bc.ca/
VUE_APP_AUTH_WEB_URL=https://dev.account.bcregistry.gov.bc.ca/
VUE_APP_BUSINESSES_URL=https://dev.account.bcregistry.gov.bc.ca/
VUE_APP_DASHBOARD_URL=https://dev.business.bcregistry.gov.bc.ca/
VUE_APP_ENTITY_SELECTOR_URL=https://entity-selection-dev.apps.silver.devops.gov.bc.ca/
VUE_APP_PAYMENT_PORTAL_URL=https://dev.account.bcregistry.gov.bc.ca/makepayment/
VUE_APP_SITEMINDER_LOGOUT_URL=https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi
VUE_APP_REGISTRY_HOME_URL="https://dev.bcregistry.gov.bc.ca/"
VUE_APP_AUTH_WEB_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_BUSINESSES_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_DASHBOARD_URL="https://dev.business.bcregistry.gov.bc.ca/"
VUE_APP_ENTITY_SELECTOR_URL="https://entity-selection-dev.apps.silver.devops.gov.bc.ca/"
VUE_APP_PAYMENT_PORTAL_URL="https://dev.account.bcregistry.gov.bc.ca/makepayment/"
VUE_APP_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"

#vaults API
VUE_APP_AUTH_API_URL=https://auth-api-dev.apps.silver.devops.gov.bc.ca
VUE_APP_AUTH_API_VERSION=/api/v1
VUE_APP_LEGAL_API_URL=https://legal-api-dev.apps.silver.devops.gov.bc.ca
VUE_APP_LEGAL_API_VERSION=/api/v1
VUE_APP_NAMEX_API_URL=https://namex-dev.apps.silver.devops.gov.bc.ca
VUE_APP_NAMEX_API_VERSION=/api/v1
VUE_APP_STATUS_API_URL=https://status-api-dev.apps.silver.devops.gov.bc.ca
VUE_APP_STATUS_API_VERSION=/api/v1
VUE_APP_AUTH_API_URL="https://auth-api-dev.apps.silver.devops.gov.bc.ca"
VUE_APP_AUTH_API_VERSION="/api/v1"
VUE_APP_LEGAL_API_URL="https://legal-api-dev.apps.silver.devops.gov.bc.ca"
VUE_APP_LEGAL_API_VERSION="/api/v1"
VUE_APP_NAMEX_API_URL="https://namex-dev.apps.silver.devops.gov.bc.ca"
VUE_APP_NAMEX_API_VERSION="/api/v1"
VUE_APP_STATUS_API_URL="https://status-api-dev.apps.silver.devops.gov.bc.ca"
VUE_APP_STATUS_API_VERSION="/api/v1"


#vaults launchdarkly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: ""

jobs:
bcregistry-ui-cd:
namerequest-ui-cd:
uses: bcgov/bcregistry-sre/.github/workflows/ui-cd.yaml@main
with:
environment: ${{ inputs.environment }}
Expand Down
8 changes: 8 additions & 0 deletions devops/cloudbuild-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ steps:
#
- name: node:16.14.2
entrypoint: npm
env:
- 'VUE_APP_NAMEREQUEST_LD_CLIENT_ID=$_VUE_APP_NAMEREQUEST_LD_CLIENT_ID'
- 'VUE_APP_GENESYS_ENV=$_VUE_APP_GENESYS_ENV'
- 'VUE_APP_GENESYS_URL=$_VUE_APP_GENESYS_URL'
- 'VUE_APP_GENESYS_ID=$_VUE_APP_GENESYS_ID'
- 'VUE_APP_WEBCHAT_URL=$_VUE_APP_WEBCHAT_URL'
- 'VUE_APP_WEBCHAT_REASON=$_VUE_APP_WEBCHAT_REASON'
- 'VUE_APP_WEBCHAT_STATUS_URL=$_VUE_APP_WEBCHAT_STATUS_URL'
args: ['--openssl-legacy-provider', 'run', 'build']

#
Expand Down

0 comments on commit ec319ae

Please sign in to comment.