Skip to content
Snippets Groups Projects
Verified Commit 1e09e2b0 authored by David Hoese's avatar David Hoese
Browse files

Add environment for deploy job

parent ba82c116
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,10 @@ get_chart_grb: ...@@ -93,9 +93,10 @@ get_chart_grb:
SUBCOMP_REPOS: "geosphere-grb" SUBCOMP_REPOS: "geosphere-grb"
SUBCOMP_CHART_DIR: "cspp-geo-grb" SUBCOMP_CHART_DIR: "cspp-geo-grb"
# TODO: Use "environment: " to define a job for production and one for development
# https://docs.gitlab.com/ee/ci/yaml/#environment
deploy_g16_grb: deploy_g16_grb:
environment:
name: production
url: http://geosphere.ssec.wisc.edu
extends: .helm_based_job extends: .helm_based_job
stage: deploy GRB stage: deploy GRB
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