Skip to content

Commit 5fa83a9

Browse files
committed
fix: correct url scheme during ui build
1 parent 1b36f9a commit 5fa83a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
contents: read
9393
env:
9494
DEPLOY_ENV: ${{ needs.set_env.outputs.deploy_env }}
95-
VITE_API_HOST: 'api.${{ needs.set_env.outputs.deploy_env }}.parakeet.vigetx.com'
95+
VITE_API_HOST: 'https://api.${{ needs.set_env.outputs.deploy_env }}.parakeet.vigetx.com'
9696
steps:
9797
- uses: actions/checkout@v4
9898

0 commit comments

Comments
 (0)