Skip to content
Merged

fixed #169

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ jobs:
needs: [e2e-tests]
steps:
- uses: actions/checkout@v4

- name: Set env
run: |
echo "REACT_APP_IP=${{ secrets.DEPLOY_HOST }}" > webapp/.env
echo "IP=${{ secrets.DEPLOY_HOST }}" > webapp/.env
sed -i "s/localhost/${{ secrets.DEPLOY_HOST }}/" webapp/src/env.js

- name: Publish to Registry
Expand Down
Loading