Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 389 Bytes

smidle :)

Smidle ist eine Anwendung zum Tracken der Dauer eines Pull Requests.

Build Setup

  1. Docker Image bauen:
$ cd rest-api
$ ./gradlew jibDockerBuild
  1. Docker Image pushen:
$ docker push docker.pkg.github.com/smartsquaregmbh/smidle/smidle-rest-api
  1. Kubernetes Pods neustarten:
$ kubectl rollout restart deployment/smidle-restapi