From e82d48dcb0de6a5628f1410b97af01f1d02a4e8d Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Mon, 26 Aug 2024 15:57:57 +0200 Subject: [PATCH] Update server URL --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}