contents of rezept-schneider.de
https://rezept-schneider.de
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.
18 lines
470 B
18 lines
470 B
pipeline:
|
|
clone:
|
|
image: plugins/git
|
|
recursive: true
|
|
build:
|
|
image: cbrgm/drone-hugo:latest
|
|
validate: true
|
|
output: public/drone-generated
|
|
url: https://rezept-schneider.de
|
|
|
|
deploy:
|
|
image: drillster/drone-rsync
|
|
hosts: [ "rezept-schneider.de" ]
|
|
target: /var/www/html/rezeptschneider/public/
|
|
source: public/drone-generated/
|
|
user: deploy-rezept
|
|
secrets: [ rsync_key ]
|
|
|