Skip to content

Commit

Permalink
Update api URL (be)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Mar 25, 2024
1 parent 553caa3 commit 84440d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pip install --upgrade pip
pip install -r requirements.txt
rm -rf public
reflex init
API_URL=https://pythomazov.up.railway.app reflex export --frontend-only
API_URL=https://api.pythomazov.tech reflex export --frontend-only
unzip frontend.zip -d public
rm -f frontend.zip
deactivate

0 comments on commit 84440d4

Please sign in to comment.