This commit is contained in:
parent
d17a899f45
commit
455767f2f2
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ clone:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: floryn90/hugo:0.136.3-alpine
|
image: floryn90/hugo:latest
|
||||||
commands:
|
commands:
|
||||||
- hugo --noBuildLock
|
- hugo
|
||||||
deploy:
|
deploy:
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
secrets: [USER, HOST, SSH, PORT]
|
secrets: [USER, HOST, SSH, PORT]
|
||||||
|
|
Loading…
Reference in a new issue