drone: add missing hostname to publish step
the build was successful Details

This commit is contained in:
Robert Kaussow 2018-12-20 01:19:04 +01:00
parent d513a91b94
commit 850dd5b658
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pipeline:
publish:
image: appleboy/drone-scp
host: machholz.uberspace.de
source: public/*
target: /var/www/virtual/geeklab/geeklabor.de
secrets: [ ssh_username, ssh_key ]