diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40ceb615..2f105237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ 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/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