Update deploy.yml

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2025-11-10 20:17:42 +03:00
committed by GitHub
Unverified
parent 6a3b313f2c
commit 7c1a8acca7
+2 -2
View File
@@ -27,7 +27,7 @@ permissions:
jobs: jobs:
deploy: deploy:
runs-on: self-hosted runs-on: raspberry-pi
env: env:
HOME: "/root" HOME: "/root"
environment: environment:
@@ -60,4 +60,4 @@ jobs:
if ! systemctl restart fromchat && sleep 10 && systemctl status fromchat; then if ! systemctl restart fromchat && sleep 10 && systemctl status fromchat; then
journalctl --no-pager -xeu fromchat journalctl --no-pager -xeu fromchat
exit 1 exit 1
fi fi