You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
317 B

pipeline:
build:
image: plugins/hugo
validate: false
url: https://fr1nge.xyz
deploy:
image: drillster/drone-rsync
hosts: [ "192.168.1.5" ]
port: 3471
target: /var/www/html/fr1nge.xyz
source: public/*
key:
from_secret: rsync_key
user: root
secrets: [ rsync_key ]