Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Media Converter
Commits
8b51034b
Commit
8b51034b
authored
Apr 26, 2022
by
Jonas Waeber
Browse files
Add scripts
parent
f7a28c91
Pipeline
#48101
passed with stages
in 7 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy-prod.sh
0 → 100755
View file @
8b51034b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-media-converter-prod.yaml di-media-converter-prod-deployment ./helm-charts
deploy-stage.sh
0 → 100755
View file @
8b51034b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-media-converter-stage.yaml di-media-converter-stage-deployment ./helm-charts
deploy-test.sh
0 → 100755
View file @
8b51034b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-media-converter-test.yaml di-media-converter-test-deployment ./helm-charts
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment