From e367ade2c41116a146ca04da5b6f4785b3cb477a Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 19 Sep 2020 19:24:02 +1000 Subject: [PATCH] arrrgh --- .drone.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f90a526..1103a96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,14 @@ steps: - dotnet publish -p:PublishProfile=Windows - tar czf windows.tar.gz out/release/windows -- name: lynnecloud-upload +- name: lynnecloud-upload-linux image: vividboarder/drone-webdav - file: "*.tar.gz" - destination: https://cloud.lynnesbian.space/remote.php/dav/files/lynnesbian/Documents/Programs/Snootalogue + file: linux.tar.gz + destination: https://cloud.lynnesbian.space/remote.php/dav/files/lynnesbian/Documents/Programs/Snootalogue/ + secrets: [webdav_username, webdav_password] + +- name: lynnecloud-upload-windows + image: vividboarder/drone-webdav + file: windows.tar.gz + destination: https://cloud.lynnesbian.space/remote.php/dav/files/lynnesbian/Documents/Programs/Snootalogue/ secrets: [webdav_username, webdav_password] \ No newline at end of file