diff --git a/README.md b/README.md index 41a98f36f3d8048228e135702ca8cdcd224d71c3..d9d76944c45174245f14c4f8ec8642050b630b57 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,23 @@ Everything is handled by compose, just build it by running: 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. + + + +### 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. + + + + ## Start Now start all services by running: