This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2005 b0e8c7c06c
Some checks failed
build and publish docker image / deploy / build (push) Failing after 53s
fix: actions mvn version
2024-05-30 06:00:48 +02:00
.github/workflows fix: actions mvn version 2024-05-30 06:00:48 +02:00
.idea updated .idea stuff 2024-05-27 17:22:29 +02:00
dummy redone maven project files 2024-05-27 17:22:09 +02:00
eureka redone maven project files 2024-05-27 17:22:09 +02:00
gateway flake build eureka and gateway 2024-05-27 18:34:24 +02:00
.gitignore flake done? 2024-05-28 23:42:05 +02:00
flake.lock flake build eureka and gateway 2024-05-27 18:34:24 +02:00
flake.nix act to build and publish images, test 2024-05-30 04:20:39 +02:00
hydra.md flake: basic hydra job 2024-05-22 20:18:04 +02:00
pom.xml act to build and publish images, test 2024-05-30 04:20:39 +02:00
readme.md flake done? 2024-05-28 23:42:05 +02:00

LearningPulse server

CI/CD

To check up on builds head to the hydra server

Enter developer shell

nix develop

Build services

nix build .#learningpulse-dummy

Run service

nix develop && cd dummy && mvn run spring-boot:run