From 8c02612af9df33d4f011c75aeab94eb9ae0216e2 Mon Sep 17 00:00:00 2001 From: Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:40:42 +0100 Subject: [PATCH] this??? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d067aa0e..311636f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: 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/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'