From 552c148a6e48d716ffe38732f3616b80c7799398 Mon Sep 17 00:00:00 2001 From: Tine Date: Sun, 18 Feb 2024 10:49:28 +0100 Subject: [PATCH] ci: deploy needs build --- .github/workflows/build.yaml | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 593056f..9aac4c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,6 +57,7 @@ jobs: deploy: runs-on: ubuntu-latest + needs: build steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README.md b/README.md index 3a4c361..cd3a593 100644 --- a/README.md +++ b/README.md @@ -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