fix url
continuous-integration/drone/push Build is failing Details

pull/1/head
Evan Hemsley 2020-07-12 01:03:33 -07:00
parent e67c80e7b1
commit 7a001c9fac
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ pipeline:
build: build:
image: cbrgm/drone-hugo:latest image: cbrgm/drone-hugo:latest
validate: true validate: true
url: https://www.vbrandl.net url: http://moonside.games/docs/encompass
deploy: deploy:
image: drillster/drone-rsync image: drillster/drone-rsync
hosts: [ "vbrandl.net" ] hosts: [ "moonside.games" ]
target: /var/www/vbrandl.net target: /var/www/docs/encompass
source: public/* source: public/*
user: hugo user: hugo
secrets: [ rsync_key ] secrets: [ rsync_key ]