Skip to content

Commit

Permalink
Ack! Need base URL, not base PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Jun 4, 2024
1 parent c8babb0 commit 3f6e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
DEPLOY_URL: ${{ vars.OGD_STAGING_HOST }}/${{ github.event.repository.name }}/${{ github.ref_name }}
URL_PATH: ${{ github.event.repository.name }}/${{ github.ref_name }}
API_HOST: ${{ vars.OGD_SERVICES_HOST }}
API_PATH: ${{ vars.API_BASE_PATH }}/files/app.wsgi/
API_PATH: ${{ vars.API_BASE_URL }}/files/app.wsgi/

jobs:
ci_deploy:
Expand Down

0 comments on commit 3f6e846

Please sign in to comment.