Merge pull request 'remove flake bullshit' (#10) from flake-changes into dev
Some checks are pending
build and publish docker image / deploy / build (push) Waiting to run

Reviewed-on: #10
Reviewed-by: Seiwy <bmate20050911@gmail.com>
Reviewed-by: hirst <hirsting@gmail.com>
This commit is contained in:
2005 2024-06-04 14:29:33 +02:00
commit 32f4327185

View file

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