From 5d5499526c040497e6497b3a0a2d177b3c61c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 17:21:38 +0200 Subject: [PATCH] wrangle --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1b74be2..ebd1324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,4 @@ steps: from_secret: CLOUDFLARE_API_TOKEN commands: - npm install -g wrangler - - wrangler pages publish webpagefiles --project-name=kmlabz-homepage --branch=master --commit-dirty=true + - wrangler pages publish webpagefiles --commit-dirty=true