Add an base for docs
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
25
docs/.woodpecker.yaml
Normal file
25
docs/.woodpecker.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: Build and push a container image
|
||||
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
|
||||
environment:
|
||||
BUILDAH_REG: zot.badhouseplants.net/badhouseplants/xray-docs
|
||||
REGISTRY_TOKEN:
|
||||
from_secret: registry_token
|
||||
privileged: true
|
||||
commands:
|
||||
- build-container
|
||||
backend_options:
|
||||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 500Mi
|
||||
cpu: 200m
|
||||
limits:
|
||||
memory: 500Mi
|
||||
securityContext:
|
||||
privileged: true
|
||||
Reference in New Issue
Block a user