diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8cbe532..40b995e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}