riq0h.jp/.woodpecker/.woodpecker.yml
Rikuoh 455767f2f2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix
2024-10-22 11:30:10 +09:00

25 lines
455 B
YAML

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