ci: deploy needs build

This commit is contained in:
Tine 2024-02-18 10:49:28 +01:00
parent ba705a799f
commit 552c148a6e
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 3 additions and 2 deletions

View file

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

View file

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