This commit is contained in:
@@ -79,16 +79,9 @@ jobs:
|
|||||||
pip install --quiet -r requirements.txt
|
pip install --quiet -r requirements.txt
|
||||||
|
|
||||||
# Restart service
|
# Restart service
|
||||||
#sudo systemctl restart fluentgerman
|
sudo systemctl restart fluentgerman
|
||||||
echo "✓ FluentGerman.ai deployed"
|
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
|
REMOTE_SCRIPT
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user