riq0h.jp/.woodpecker/.woodpecker.yml
2025-02-25 23:15:01 +09:00

25 lines
469 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: floryn90/hugo:latest
commands:
- hugo --noBuildLock
deploy:
image: drillster/drone-rsync
secrets: [USER, HOST, SSH, PORT]
settings:
hosts:
from_secret: HOST
user:
from_secret: USER
key:
from_secret: SSH
port:
from_secret: PORT
source: public
target: /var/www/html