fix: use https for api url #2425

Merged
konrad merged 2 commits from dpschen/frontend:feature/fix-https-for-api-url into main 2022-09-26 16:17:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9a210c3a4b - Show all commits

View File

@ -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