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 rc/hpc-factory!126
parents 03969fd8 a99fd392
No related branches found
No related tags found
No related merge requests found
Pipeline #12118 canceled
...@@ -136,7 +136,7 @@ build_ssh_proxy_image: ...@@ -136,7 +136,7 @@ build_ssh_proxy_image:
deploy_http_proxy_node: deploy_http_proxy_node:
stage: deploy stage: deploy
environment: environment:
name: staging name: $ENV
tags: tags:
- build - build
script: script:
...@@ -184,7 +184,7 @@ deploy_http_proxy_node: ...@@ -184,7 +184,7 @@ deploy_http_proxy_node:
deploy_ssh_proxy_node: deploy_ssh_proxy_node:
stage: deploy stage: deploy
environment: environment:
name: staging name: $ENV
tags: tags:
- build - build
script: 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