Skip to content

Commit

Permalink
Removed DEPLOY_ENVIRONMENT from redis-proxy.yml process
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Dec 18, 2024
1 parent 30e3789 commit afc04c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
DEPLOY_NAMESPACE: ${{ inputs.DEPLOY_NAMESPACE }}
WEB_DEPLOYMENT_NAME: ${{ inputs.WEB_DEPLOYMENT_NAME }}
WEB_IMAGE: ${{ secrets.ARTIFACTORY_URL }}/${{ inputs.WEB_IMAGE }}
REDIS_PROXY_IMAGE: ${{ secrets.ARTIFACTORY_URL }}/${{ inputs.REDIS_PROXY_NAME }}:${{ inputs.BUILD_TAG }}
REDIS_PROXY_IMAGE: ${{ secrets.ARTIFACTORY_URL }}/${{ inputs.REDIS_PROXY_NAME }}:${{ inputs.OPENSHIFT_DEPLOY_PROJECT }}-${{ github.ref_name }}
PHP_DEPLOYMENT_NAME: ${{ inputs.PHP_DEPLOYMENT_NAME }}
DB_DEPLOYMENT_NAME: ${{ inputs.DB_DEPLOYMENT_NAME }}
CRON_NAME: ${{ inputs.CRON_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Redis

concurrency:
group: redis-proxy-${{ github.workflow }}-${{ github.ref }}
group: redis-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

env:
Expand Down
1 change: 0 additions & 1 deletion openshift/scripts/deploy-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ sleep 10
echo "Deploy redis-proxy..."
oc process -f ./openshift/redis-proxy.yml \
-p DEPLOY_IMAGE=$REDIS_PROXY_IMAGE \
-p DEPLOY_ENVIRONMENT=$DEPLOY_ENVIRONMENT \
| oc create -f -

sleep 10
Expand Down

0 comments on commit afc04c9

Please sign in to comment.