10 lines
202 B
YAML
10 lines
202 B
YAML
|
pipeline:
|
||
|
www:
|
||
|
image: registry.monotremata.xyz/static-page-builder
|
||
|
commands:
|
||
|
- make www
|
||
|
onion:
|
||
|
image: registry.monotremata.xyz/static-page-builder
|
||
|
commands:
|
||
|
- make onion
|