Attempt to deploy
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
7ca3f3a66a
commit
bc32f6b1bb
@ -1,10 +1,15 @@
|
|||||||
kind: pipeline
|
pipeline:
|
||||||
type: kubernetes
|
build:
|
||||||
name: hugoweb
|
image: cbrgm/drone-hugo:latest
|
||||||
|
settings:
|
||||||
|
validate: true
|
||||||
|
hugo_version: 0.83
|
||||||
|
url: https://seuh2022.sqa.freeddns.org/
|
||||||
|
|
||||||
steps:
|
deploy:
|
||||||
- name: greeting
|
image: drillster/drone-rsync
|
||||||
image: alpine
|
hosts: [ "10.0.100.5" ]
|
||||||
commands:
|
target: /volume
|
||||||
- echo hello
|
source: public/*
|
||||||
- echo world
|
user: snowball77
|
||||||
|
secrets: [ rsync_key ]
|
||||||
|
Loading…
Reference in New Issue