From 85c2dc422fc38406b2e8a2863b90342a17269ec5 Mon Sep 17 00:00:00 2001 From: Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:57:35 +0200 Subject: [PATCH] Correct confspawn for server --- .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 9374a202..08c33c31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -414,7 +414,7 @@ jobs: run: poetry install --no-interaction - name: Build config with correct version run: | - poetry run confspawn -c config.toml -s ./server/deploy -t ./server/configged + poetry run confspawn -c config.toml -s ./server -t ./server/configged mv ${{ github.workspace }}/build/server/configged/entrypoint.sh ${{ github.workspace }}/${{ env.SERVER_REPO_PATH }}/entrypoint.sh working-directory: ${{ github.workspace }}/build - name: Cache authpage