From c55ee3e1e0c5ab4e07431666a702ed5befee0495 Mon Sep 17 00:00:00 2001 From: Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:40:31 +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 2f105237..d067aa0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: 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/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