From cc6b02c41b393bce90c83224f664240fce7c34cd Mon Sep 17 00:00:00 2001 From: Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:31:39 +0100 Subject: [PATCH] keep trying --- .github/workflows/ci.yml | 14 +++++++------- build/deploy/dev/dev.toml | 2 +- config.toml => config_z.toml | 2 -- 3 files changed, 8 insertions(+), 10 deletions(-) rename config.toml => config_z.toml (94%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df02ac5b..40ceb615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: - name: Config run: | poetry run confrecipe -r build/deploy/dev/dev.toml -e localdev - poetry run confrecipe -r build/deploy/staging/staging.toml -e staging - poetry run confrecipe -r build/deploy/production/production.toml -e production - poetry run confrecipe -r build/data_sync/data_sync.toml -e production - poetry run confrecipe -r build/deploy/repl/repl.toml -e production +# poetry run confrecipe -r build/deploy/staging/staging.toml -e staging +# poetry run confrecipe -r build/deploy/production/production.toml -e production +# poetry run confrecipe -r build/data_sync/data_sync.toml -e production +# poetry run confrecipe -r build/deploy/repl/repl.toml -e production - uses: stefanzweifel/git-auto-commit-action@v4 if: github.event_name != 'pull_request' with: @@ -36,7 +36,7 @@ jobs: file_pattern: use/ build_db: - # if: ${{ false }} + if: ${{ false }} strategy: matrix: target: ['localdev', 'staging' ] @@ -45,7 +45,7 @@ jobs: env: ${{ matrix.target }} build_server: - # if: ${{ false }} + if: ${{ false }} strategy: matrix: target: [ 'localdev', 'staging' ] @@ -56,7 +56,7 @@ jobs: GH_DODEKACOMCOM_TOKEN: ${{ secrets.GH_DODEKACOMCOM_TOKEN }} build_kv: - # if: ${{ false }} + if: ${{ false }} strategy: matrix: target: [ 'localdev', 'staging' ] diff --git a/build/deploy/dev/dev.toml b/build/deploy/dev/dev.toml index c67aab76..ccba4989 100644 --- a/build/deploy/dev/dev.toml +++ b/build/deploy/dev/dev.toml @@ -1,7 +1,7 @@ # confspawn recipe file # Sources not just its own, but also includes db, kv and server deployment scripts -config = "config.toml" +config = "config_z.toml" [[sources]] source = "build/deploy/compose" diff --git a/config.toml b/config_z.toml similarity index 94% rename from config.toml rename to config_z.toml index b0076b18..65a773d6 100644 --- a/config.toml +++ b/config_z.toml @@ -39,9 +39,7 @@ image_desc = "Image for D.S.A.V. Dodeka PostgreSQL instance." redisjson_version = "v2.6.6" project = "ts-dodeka" service_name = "kv" -# must match --1 container_name = "ts-dodeka-kv-1" -# metaconfig image_name = "ghcr.io/dsav-dodeka/redis" host_host = "127.0.0.1" host_port = "6379"