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