[backend] fix: deploy path
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /var/www/html/news.devscast.tech
|
cd /var/www/html/news.devscast.tech
|
||||||
git pull origin main --rebase
|
git pull origin main --rebase
|
||||||
|
cd projects/backend
|
||||||
make deploy
|
make deploy
|
||||||
curl -X POST "https://api.telegram.org/bot${{ secrets.DEVY_TOKEN }}/sendMessage" \
|
curl -X POST "https://api.telegram.org/bot${{ secrets.DEVY_TOKEN }}/sendMessage" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|||||||
Reference in New Issue
Block a user