trying it again
continuous-integration/drone/push Build is failing Details

pull/1/head
Evan Hemsley 2020-07-12 01:02:08 -07:00
parent 080a6933cb
commit e67c80e7b1
1 changed files with 11 additions and 17 deletions

View File

@ -2,22 +2,16 @@ kind: pipeline
type: docker
name: default
steps:
- name: hugo
pipeline:
build:
image: cbrgm/drone-hugo:latest
settings:
validate: true
output: public
url: http://moonside.games/docs/encompass
url: https://www.vbrandl.net
- name: deploy
image: appleboy/drone-scp
settings:
host:
- %SCP_HOSTNAME%
port: %SCP_PORT%
username: %SCP_USERNAME%
target: %SCP_TARGET_DIRECTORY%
source: public/
key:
from_secret: ssh_key
deploy:
image: drillster/drone-rsync
hosts: [ "vbrandl.net" ]
target: /var/www/vbrandl.net
source: public/*
user: hugo
secrets: [ rsync_key ]