site/.woodpecker.yml

27 lines
608 B
YAML
Raw Normal View History

pipeline:
build:
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo
- tar czvf site.tar.gz public/
upload:
image: plugins/s3
settings:
2023-05-04 00:01:53 +00:00
endpoint: https://api.minio.elara.ws
path_style: true
bucket: site
access_key: AkdgUdmzEJBoiYa2
secret_key:
from_secret: minio_secret_key
source: site.tar.gz
target: /
deploy:
image: loq9/drone-nomad
settings:
addr: http://192.168.100.62:4646
template: template.nomad
environment:
2023-02-12 09:02:31 +00:00
- PLUGIN_WATCH_DEPLOYMENT=true
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m