This commit is contained in:
parent
48a655c257
commit
19d49d9520
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
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
|
Loading…
Reference in a new issue