Skip to content

Commit

Permalink
Update server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
1 parent c80d812 commit e82d48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
WASP_TELEMETRY_DISABLED: 1
WASP_VERSION: "0.14.0"
SERVER_APP_NAME: "render-ghcr-server"
# After you know the server URL, you can replace the placeholder with the actual URL
SERVER_APP_URL: "http://localhost:3000"
# After you know the server URL, put the URL here
SERVER_APP_URL: "https://render-ghcr-server-main.onrender.com"
CLIENT_APP_NAME: "render-ghcr-client"
DOCKER_REGISTRY: "ghcr.io"
# If you are in an organisation, use ${{ github.org }} instead of ${{ github.actor }}
Expand Down

0 comments on commit e82d48d

Please sign in to comment.