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
autodeploy-service
Commits
6b368501
Commit
6b368501
authored
Jul 08, 2021
by
Matthias
Browse files
update readme
parent
28a57d38
Pipeline
#31699
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6b368501
# autodeploy-service
# Deploy in Kubernetes
```
cd kubernetes-manifests
kubectl apply -f .
```
Service to automatically deploy github projects on k8s.
# Start the app
```
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
pip3 install -e .
cd autodeploy_service_app
#mkdir charts
#./pull-charts.sh
python3 main.py
cd ..
export FLASK_APP=autodeploy_service_app
export FLASK_ENV=development
flask run
```
This will start a development web server hosting your application, which you will be able to see by navigating to http://127.0.0.1:5000/.
Check out the documenation on https://ub-basel.atlassian.net/wiki/spaces/MEMOBASE/pages/352387075/Automatisches+Deployment+auf+Kubernetes
\ No newline at end of file
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