Browse Source

add drone config

pull/1/head
Schneider 5 years ago
parent
commit
03014810d3
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 14
      .drone.yml

14
.drone.yml

@ -0,0 +1,14 @@
pipeline:
build:
image: cbrgm/drone-hugo:latest
validate: true
url: https://rezept-schneider.de
deploy:
image: drillster/drone-rsync
hosts: [ "rezept-schneider.de" ]
target: /var/www/html/rezeptschneider
source: public/*
user: hugo
secrets: [ ssh-key ]
Loading…
Cancel
Save