Compare commits

..

2 commits

Author SHA1 Message Date
Barna Máté 32f4327185 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>
2024-06-04 14:29:33 +02:00
Barna Máté 9c4840e0de remove flake bullshi
Some checks failed
build and publish docker image / deploy / build (pull_request) Failing after 13m46s
2024-06-03 21:36:47 +02:00

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
```