Skip to content
Snippets Groups Projects
Commit 9b95c2af authored by Xiao Gui's avatar Xiao Gui
Browse files

deploy to helm even in staging

parent a1b928e7
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ jobs:
okd_token: ${{ secrets.OKD_PROD_SECRET }}
trigger-deploy-master-rancher:
if: ${{ needs.setting-vars.outputs.BRANCH_NAME == 'master' && success() }}
if: ${{ needs.setting-vars.outputs.BRANCH_NAME == 'staging' && success() }}
needs:
- build-docker-img
- setting-vars
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment