Skip to content
Snippets Groups Projects
Commit 9a880dc0 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: deploy to staging env instead of knightly

parent 286aae21
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!101Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
......@@ -33,7 +33,7 @@ workflow:
deploy_http_proxy_node:
stage: deploy
environment:
name: knightly
name: staging
tags:
- build
script:
......@@ -69,7 +69,7 @@ deploy_http_proxy_node:
deploy_ssh_proxy_node:
stage: deploy
environment:
name: knightly
name: staging
tags:
- build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment