ci: remove sudo restart step — restart manually after deploy
All checks were successful
Deploy HiHala Dashboard / deploy (push) Successful in 7s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-04-07 11:16:24 +03:00
parent b8d33f4f8c
commit 418eb2c17c

View File

@@ -59,5 +59,4 @@ jobs:
ETL_SECRET=${ETL_SECRET} ETL_SECRET=${ETL_SECRET}
EOF EOF
- name: Restart server service # Restart manually: sudo systemctl restart hihala-dashboard.service
run: sudo systemctl restart hihala-dashboard.service