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
Import Process
Mapper Service
Commits
0b3e7a9b
Commit
0b3e7a9b
authored
Apr 25, 2022
by
Jonas Waeber
Browse files
Add deploy script for prod & stage & test
parent
5a53028b
Changes
3
Hide whitespace changes
Inline
Side-by-side
deploy-prod.sh
0 → 100755
View file @
0b3e7a9b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-mapper-prod.yml di-mapper-prod-deployment ./helm-charts
deploy-stage.sh
0 → 100755
View file @
0b3e7a9b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-mapper-stage.yml di-mapper-stage-deployment ./helm-charts
deploy-test.sh
0 → 100755
View file @
0b3e7a9b
#!/usr/bin/env sh
helm upgrade
--install
-f
./helm-charts/helm-values/di-mapper-test.yml di-mapper-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