fix woodpecker (#415)

Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/415
Co-authored-by: crapStone <me@crapstone.dev>
Co-committed-by: crapStone <me@crapstone.dev>
This commit is contained in:
crapStone 2024-12-29 21:12:17 +00:00 committed by crapStone
parent e8f9ec9ce2
commit 2f6960b88a

View file

@ -53,10 +53,10 @@ steps:
commands: commands:
- just integration - just integration
environment: environment:
- ACME_API=https://acme.mock.directory ACME_API: https://acme.mock.directory
- PAGES_DOMAIN=localhost.mock.directory PAGES_DOMAIN: localhost.mock.directory
- RAW_DOMAIN=raw.localhost.mock.directory RAW_DOMAIN: raw.localhost.mock.directory
- PORT=4430 PORT: 4430
when: when:
- event: [pull_request] - event: [pull_request]