Skip to content
Snippets Groups Projects
Commit 068e34f6 authored by derrabauke's avatar derrabauke
Browse files

Update Readme

parent e7507498
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,16 @@ Lecture: DevOps - application
This repository contains the [application](./app/README.md) that should be used as *deployable workload* for the
[exercise](https://github.com/lucendio/lecture-devops-material/blob/master/assignments/exercise.md) implementation.
[exercise](https://github.com/lucendio/lecture-devops-material/blob/master/assignments/exercise.md) implementation.
## Now as part of my semester assignment
As stated above, this app is the deployable workload. We think of the app repository as the monorepo for the client and the server developement. In here we have pipelines which will trigger the test and build and furthermore the deployment of the app (split into server and client).
The developement will take action in a development branch. In there features have subbranches and will finally be summarized into a version which will then be published to the main (master) branch.
Only commits to the master branch will trigger the deployment of the application code into the CI *container registry* of the group-repo.
### Getting started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment