Skip to content

Commit

Permalink
Correct confspawn for server
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Sep 7, 2022
1 parent 322579f commit 85c2dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85c2dc4

Please sign in to comment.