mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 23:33:34 +00:00
ci: deploy needs build
This commit is contained in:
parent
ba705a799f
commit
552c148a6e
2 changed files with 3 additions and 2 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -57,6 +57,7 @@ jobs:
|
|||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -8,7 +8,7 @@ Mostly just a project to test [temporal.io](https://temporal.io/).
|
|||
- [x] SSO Support for authentication.
|
||||
- [x] SQLite for database.
|
||||
- This means for main app db as well as temporal db.
|
||||
- [x] Single binary.
|
||||
- [ ] Single binary.
|
||||
- One binary to run worker, server and temporal all together.
|
||||
- [ ] Abbility for multiple workers.
|
||||
- Spread workers across regions to monitor latency from different locations.
|
||||
|
@ -23,7 +23,7 @@ Demo is available at https://zdravko.fly.dev.
|
|||
|
||||
### Dependencies
|
||||
* [devbox](https://www.jetpack.io/devbox)
|
||||
* [justfile](https://github.com/casey/just)
|
||||
* [justfile](https://github.com/casey/just) (optional, `devbox run -- just` can be used instead)
|
||||
|
||||
```sh
|
||||
# Configure
|
||||
|
|
Loading…
Reference in a new issue