remove flake bullshi
Some checks failed
build and publish docker image / deploy / build (pull_request) Failing after 13m46s

This commit is contained in:
2005 2024-06-03 21:36:47 +02:00
parent 0d029da815
commit 9c4840e0de

View file

@ -1,23 +1,9 @@
# LearningPulse server # [LearningPulse server](https://lp-dev.4o1x5.dev)
## CI/CD To check up on builds head to [actions](/actions)
To check up on builds head to [the hydra server](https://hydra.4o1x5.dev/project/learningpulse)
### Enter developer shell ### Enter developer shell
```bash ```bash
nix develop nix develop
``` ```
### Build services
```bash
nix build .#learningpulse-dummy
```
### Run service
```bash
nix develop && cd dummy && mvn run spring-boot:run
```