updated voice, avatar and frontend to reflect changes
Some checks failed
Deploy FluentGerman.ai / deploy (push) Failing after 51s

This commit is contained in:
2026-02-16 20:23:46 +01:00
parent 84cd052ded
commit a708f84a07
5 changed files with 65 additions and 13 deletions

View File

@@ -81,6 +81,14 @@ jobs:
# Restart service
#sudo systemctl restart fluentgerman
echo "✓ FluentGerman.ai deployed"
# Run uvicorn
cd ${DEPLOY_PATH}/backend
source venv/bin/activate
uvicorn app.main:app --reload --host 0.0.0.0 --port 8999
echo "✓ FluentGerman.ai running"
REMOTE_SCRIPT
# Cleanup