connerchu.com/.woodpecker.yml
Elara 0d82fa0803
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Trigger CI
2024-07-30 21:31:57 -07:00

31 lines
616 B
YAML

labels:
platform: linux/amd64
steps:
build:
image: hugomods/hugo:go-git
commands:
- hugo
- tar czvf site.tar.gz public/
upload:
image: plugins/s3
settings:
endpoint: https://api.minio.elara.ws
path_style: true
bucket: connerchu.com
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
watch_deployment: true
watch_deployment_timeout: 10m