riq0h.jp/.woodpecker/.woodpecker.yml

25 lines
467 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: hugomods/hugo:base
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