Skip to content

Commit

Permalink
fix: changed ip to url
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 26, 2024
1 parent 533004b commit 3bf6dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bf6dd8

Please sign in to comment.