Skip to content
Snippets Groups Projects
Commit 30e401c9 authored by Martin Weise's avatar Martin Weise
Browse files

document pipelines in readme

parent 93a00b4a
Branches
Tags
No related merge requests found
...@@ -29,6 +29,23 @@ Everything is handled by compose, just build it by running: ...@@ -29,6 +29,23 @@ Everything is handled by compose, just build it by running:
docker-compose build docker-compose build
``` ```
## Deployment
The pipeline is set-up to build and test all commits. A commit to dev or master branch triggers additional jobs.
### Development
A commit to `dev` triggers the following pipeline. It deploys the docker images to the docker registry hosted on the fda-runner server and deploys it also to a test server (fda-deployment) at TU Wien.
![pipeline dev](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-docs/-/raw/master/figures/fda-pipeline-dev.png)
### Production
A commit to `master` triggers the following pipeline. It deploys the docker images to the docker registry hosted on the fda-runner server and deploys it also to a production server tbd.
![pipeline master](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-docs/-/raw/master/figures/fda-pipeline-prod.png)
## Start ## Start
Now start all services by running: Now start all services by running:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment