Update .gitea/workflows/deploy.yml
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 23s
Deploy VConnect API / Deploy to Server (push) Failing after 8s

This commit is contained in:
2025-12-14 13:24:20 +09:00
parent 513ff991eb
commit c22150f693

View File

@@ -70,6 +70,9 @@ jobs:
echo "🐍 Activate virtualenv"
source venv/bin/activate
echo "🔄 stop service"
sudo systemctl stop vconnect-api
echo "📦 Install dependencies"
pip install -r requirements.txt