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 e55f1e1bbe
All checks were successful
build and publish docker image / deploy / build (push) Successful in 1m45s
flake.nix: removed packages because actions is now used to deployment
2024-06-01 19:20:06 +02:00
.github/workflows actions: deploy switched to a more used ssh action 2024-06-01 19:06:48 +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 actions: deploy switched to a more used ssh action 2024-06-01 19:06:48 +02:00
flake.lock flake build eureka and gateway 2024-05-27 18:34:24 +02:00
flake.nix flake.nix: removed packages because actions is now used to deployment 2024-06-01 19:20:06 +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