Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cloud-native
lab-rest
Commits
72c4a4b0
Commit
72c4a4b0
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Fix deploy
parent
c54950bd
Pipeline
#29463
passed with stages
in 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
72c4a4b0
...
...
@@ -35,6 +35,6 @@ container:
api
:
stage
:
deploy
script
:
-
mo deploy/api-dep.yaml |
kubectl delete -f - ||
true
-
mo deploy/api-dep.yaml |
kubectl apply -f -
-
mo deploy/api-svc.yaml |
kubectl apply -f -
-
mo deploy/api-dep.yaml |
kubectl delete -f - ||
true
-
mo deploy/api-dep.yaml |
kubectl apply -f -
-
mo deploy/api-svc.yaml |
kubectl apply -f -
README.md
View file @
72c4a4b0
...
...
@@ -54,7 +54,7 @@ Arbeiten Sie bitte dieses [Tutorial](https://programminghistorian.org/en/lessons
Bevor Sie starten, prüfen Sie bitte lokal auf Ihrem Rechner, ob die Grundkonfiguration funktioniert.
```
Bash
pip3 install
-r api/requirements.txt
pip3 install
flask
python3 api/api.py
```
...
...
Write
Preview
Markdown
is supported
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