Skip to content

Commit

Permalink
Adjusted github.ref_name check
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Sep 7, 2024
1 parent df78c34 commit 6add028
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
echo Deploying ${{ env.PROJECT }} > ${{ env.APP }} on ${{ env.OPENSHIFT_DEPLOY_PROJECT }}-${{ env.BRANCH }}
echo "-----------------------"
echo URL: https://${{ env.APP }}-${{ env.DEPLOY_NAMESPACE }}-${{ env.BRANCH }}.apps.silver.devops.gov.bc.ca
echo URL: https://${{ env.APP }}-${{ env.DEPLOY_NAMESPACE }}.apps.silver.devops.gov.bc.ca
# Build Images and deploy to JFrog
db:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-images:
name: '🐸 Build to JFrog'
runs-on: ubuntu-latest
if: (github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
if: (github.ref_name == 'e66ac2-prod' || github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
steps:
# Checkout the PR branch
- name: 📤 Checkout Target Branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Proxy settings for local development / testing
#https_proxy: http://198.161.14.25:8080
# no_proxy: ${{ env.OPENSHIFT_SERVER }}
if: (github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
if: (github.ref_name == 'e66ac2-prod' || github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
steps:
- name: 📤 Checkout Target Branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-images:
name: '🐸 Build to JFrog'
runs-on: ubuntu-latest
if: (github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
if: (github.ref_name == 'e66ac2-prod' || github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
steps:
# Checkout the PR branch
- name: 📤 Checkout Target Branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-images:
name: '🐸 Build to JFrog'
runs-on: ubuntu-latest
if: (github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
if: (github.ref_name == 'e66ac2-prod' || github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
steps:
# Checkout the PR branch
- name: 📤 Checkout Target Branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-images:
name: '🐸 Build to JFrog'
runs-on: ubuntu-latest
if: (github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
if: (github.ref_name == 'e66ac2-prod' || github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod')
steps:
# Checkout the PR branch
- name: 📤 Checkout Target Branch
Expand Down
Binary file modified data/dump.rdb
Binary file not shown.

0 comments on commit 6add028

Please sign in to comment.