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

Merge branch 'feat-dynamic-env' into 'feat-hpc-factory'

feat: deploy environment as variable

See merge request !126
parents 03969fd8 a99fd392
No related branches found
No related tags found
1 merge request!3Change compute reference to login
Pipeline #12287 failed with stage
......@@ -136,7 +136,7 @@ build_ssh_proxy_image:
deploy_http_proxy_node:
stage: deploy
environment:
name: staging
name: $ENV
tags:
- build
script:
......@@ -184,7 +184,7 @@ deploy_http_proxy_node:
deploy_ssh_proxy_node:
stage: deploy
environment:
name: staging
name: $ENV
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