trying it again
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
080a6933cb
commit
e67c80e7b1
28
.drone.yml
28
.drone.yml
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue