Actions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Rikuoh Tsujitani 2023-11-27 16:53:17 +09:00
parent d672e5f2d7
commit 48a655c257
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -0,0 +1,25 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo
deploy:
image: drillster/drone-rsync
secrets: [USER, HOTS, 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