Skip to content

Commit

Permalink
fix deployment prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Mar 12, 2024
1 parent 6e74c86 commit ec77d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
connect-branch: [email protected]
advanced-tools-branch: advanced-tools
environment: Cloudflare-Preview
public-url: ""
public-url: "/${{ needs.branch-sha.outputs.value }}"
wac-url: "https://wac.gfx.xyz"
project-branch: ${{ github.event.pull_request.head.ref }}
app-domain: preview.portalbridge.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
connect-branch: [email protected]
advanced-tools-branch: advanced-tools
environment: Cloudflare-Testnet
public-url: ""
public-url: "/${{ needs.branch-sha.outputs.value }}"
project-branch: ${{ github.event.pull_request.head.ref }}
app-domain: testnet.portalbridge.com
secrets: inherit
Expand Down

0 comments on commit ec77d73

Please sign in to comment.