|
|
|
@ -3,17 +3,21 @@ type: kubernetes
|
|
|
|
|
name: hugoweb
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: submodules
|
|
|
|
|
image: cbrgm/drone-hugo:latest
|
|
|
|
|
settings:
|
|
|
|
|
- name: submodules
|
|
|
|
|
image: cbrgm/drone-hugo:latest
|
|
|
|
|
settings:
|
|
|
|
|
validate: true
|
|
|
|
|
hugo_version: 0.83
|
|
|
|
|
url: https://seuh2022.sqa.freeddns.org/
|
|
|
|
|
|
|
|
|
|
- name: deploy
|
|
|
|
|
image: drillster/drone-rsync
|
|
|
|
|
hosts: [ "10.0.100.5" ]
|
|
|
|
|
target: /volume
|
|
|
|
|
source: public/*
|
|
|
|
|
user: "snowball77"
|
|
|
|
|
secrets: [ rsync_key ]
|
|
|
|
|
- name: deploy
|
|
|
|
|
image: drillster/drone-rsync
|
|
|
|
|
settings:
|
|
|
|
|
hosts:
|
|
|
|
|
- "10.0.100.5"
|
|
|
|
|
target: /volume
|
|
|
|
|
source: public/*
|
|
|
|
|
user: "snowball77"
|
|
|
|
|
secrets: [rsync_key]
|
|
|
|
|
key:
|
|
|
|
|
from_secret: rsync_key
|
|
|
|
|