[backend] fix: deploy path

This commit is contained in:
2025-10-21 01:51:31 +02:00
parent d81c4acd13
commit 38a813bb3c
+1
View File
@@ -34,6 +34,7 @@ jobs:
script: |
cd /var/www/html/news.devscast.tech
git pull origin main --rebase
cd projects/backend
make deploy
curl -X POST "https://api.telegram.org/bot${{ secrets.DEVY_TOKEN }}/sendMessage" \
-H "Content-Type: application/json" \