uek-109-LBb/README.md

21 lines
425 B
Markdown
Raw Permalink Normal View History

2024-07-03 09:23:28 +02:00
# counter-app autodeployment
Automatic deploy script to deploy the counter app for the üK 109.
## Requierements
Logged into Docker CLI (ghrc.io, Github) and logged into OpenShift via oc.
## Deploy
Modify the Github username inside ``deploy.sh``, then:
```bash
bash deploy.sh
```
You will get the route name in the output.
## Cleanup
Run:
```bash
bash cleanup.sh
```
This will clean up any changes made by ``deploy.sh``.