mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-12 00:44:07 +00:00
fix woodpecker
This commit is contained in:
parent
e8f9ec9ce2
commit
402d1994df
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…
Add table
Reference in a new issue