Skip to content
Snippets Groups Projects
Commit 8fe8efba authored by anne.matthes's avatar anne.matthes
Browse files

Add environment information to gitlab-ci

parent 1664a51a
No related branches found
No related tags found
Loading
......@@ -22,6 +22,8 @@ deploy:
script:
- helm upgrade -i manifest-service helm/manifest-service -f helm/values/develop.yaml
- kubectl rollout restart deployment manifest-service
environment:
name: $CI_COMMIT_REF_SLUG
url: https://manifest-$CI_COMMIT_REF_SLUG.k3s.os.oxui.de/
only:
- main
when: manual
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