From 3bf6dd87b41bc75025d846ca1a495cba4b0255ca Mon Sep 17 00:00:00 2001 From: Dario Date: Fri, 26 Apr 2024 17:50:24 +0200 Subject: [PATCH] fix: changed ip to url --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0b85432..56c86c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,12 +115,12 @@ jobs: - uses: actions/checkout@v4 - name: Create .env file - run: echo "REACT_APP_API_ENDPOINT=https://${{ secrets.DEPLOY_HOST }}:8443" > webapp/.env + run: echo "REACT_APP_API_ENDPOINT=https://kiwiq.run.place:8443" > webapp/.env - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 env: - REACT_APP_API_ENDPOINT: https://${{ secrets.DEPLOY_HOST }}:8443 + REACT_APP_API_ENDPOINT: https://kiwiq.run.place:8443 teamname: wiq_en2b with: name: arquisoft/wiq_en2b/webapp