mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +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:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
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] SSO Support for authentication.
|
||||||
- [x] SQLite for database.
|
- [x] SQLite for database.
|
||||||
- This means for main app db as well as temporal db.
|
- 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.
|
- One binary to run worker, server and temporal all together.
|
||||||
- [ ] Abbility for multiple workers.
|
- [ ] Abbility for multiple workers.
|
||||||
- Spread workers across regions to monitor latency from different locations.
|
- Spread workers across regions to monitor latency from different locations.
|
||||||
|
@ -23,7 +23,7 @@ Demo is available at https://zdravko.fly.dev.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
* [devbox](https://www.jetpack.io/devbox)
|
* [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
|
```sh
|
||||||
# Configure
|
# Configure
|
||||||
|
|
Loading…
Reference in a new issue