From 9a210c3a4bbbb9eef3a0b2dbea8336405e88f8fc Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 26 Sep 2022 14:55:18 +0200 Subject: [PATCH 1/2] fix: use https for api url --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a4a0335e2..0901b0eb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -147,7 +147,7 @@ steps: commands: - cp -r dist dist-preview # Override the default api url used for preview - - sed -i 's|localhost:3456|try.vikunja.io|g' dist-preview/index.html + - sed -i 's|http://localhost:3456|https://try.vikunja.io|g' dist-preview/index.html - apk add --no-cache perl-utils - shasum -a 384 -c ./scripts/deploy-preview-netlify.js.sha384 - node ./scripts/deploy-preview-netlify.js -- 2.40.1 From 2dda9d14fe9e00b38ddce7481368d7eaeb84fc96 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 26 Sep 2022 18:05:58 +0200 Subject: [PATCH 2/2] chore(ci): sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0901b0eb2..387d9d02f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -659,6 +659,6 @@ steps: from_secret: crowdin_key --- kind: signature -hmac: 9e9585222c466c67b426df40c76670f1a539c363a52075ff34e7f4518e67da2d +hmac: 9eccb4a9999236be0f772c4cbe7ccce2875faa57f32de179bd75cf0df4124d00 ... -- 2.40.1