From 50824574b56df9f18c52a90352fcdf7d9f899ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 17:32:20 +0200 Subject: [PATCH] fix azure stupidness --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 902ee12..6130c8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,4 @@ steps: from_secret: APITOKEN image: mcr.microsoft.com/appsvc/staticappsclient:stable commands: - - /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "webpagefiles" --app "/drone/src" --deploymentaction "upload" --appBuildCommand "echo 1" + - /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "webpagefiles" --app "/drone/src/webpagefiles" --deploymentaction "upload" --appBuildCommand "echo 1"