Fix deploy target path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-11-05 20:31:46 +01:00
parent ff0afc866d
commit 34e586ce53
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
from_secret: ssh_key from_secret: ssh_key
passphrase: passphrase:
from_secret: ssh_passphrase from_secret: ssh_passphrase
target: /srv/www/sites/maps.franconian.net/ target: /var/www/maps.franconian.net/
source: source:
- '!.*' - '!.*'
- '*' - '*'