Attempt to deploy
continuous-integration/drone/push Build was killed Details

Steffen Becker 4 years ago
parent 7ca3f3a66a
commit bc32f6b1bb

@ -1,10 +1,15 @@
kind: pipeline
type: kubernetes
name: hugoweb
pipeline:
build:
image: cbrgm/drone-hugo:latest
settings:
validate: true
hugo_version: 0.83
url: https://seuh2022.sqa.freeddns.org/
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
deploy:
image: drillster/drone-rsync
hosts: [ "10.0.100.5" ]
target: /volume
source: public/*
user: snowball77
secrets: [ rsync_key ]

Loading…
Cancel
Save