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
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:
commit
32f4327185
18
readme.md
18
readme.md
|
@ -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
|
|
||||||
```
|
|
||||||
|
|
Reference in a new issue