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