2005
a90725ce7e
All checks were successful
build and publish docker image / deploy / build (push) Successful in 1m39s
some changes? idk eureka has problems finding services |
||
---|---|---|
.github/workflows | ||
.idea | ||
dummy | ||
eureka | ||
gateway | ||
.gitignore | ||
docker-compose.yml | ||
flake.lock | ||
flake.nix | ||
hydra.md | ||
pom.xml | ||
readme.md |
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