diff --git a/.drone.yml b/.drone.yml index bffe562..20c84af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: deploy: image: drillster/drone-rsync hosts: [ "rezept-schneider.de" ] - target: /var/www/html/rezeptschneider + target: /var/www/html/rezeptschneider/public source: public/* user: deploy-rezept secrets: [ rsync_key ]