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 d20f118a0c
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m43s
typo fox: added / to setup ssh action
2024-06-01 18:48:27 +02:00
.github/workflows typo fox: added / to setup ssh action 2024-06-01 18:48:27 +02:00
.idea added basic tests for dummy 2024-06-01 16:16:16 +02:00
dummy docker-compose: 2024-06-01 18:19:55 +02:00
eureka redone maven project files 2024-05-27 17:22:09 +02:00
gateway docker-compose: 2024-06-01 18:19:55 +02:00
.gitignore flake done? 2024-05-28 23:42:05 +02:00
docker-compose.yml docker-compose: 2024-06-01 18:30:19 +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 docker-compose: 2024-06-01 17:56:04 +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