mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-18 16:47:54 +00:00
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:
parent
e8f9ec9ce2
commit
2f6960b88a
1 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue