script for post-deploy and services files
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-27 21:07:40 +03:00
parent 5e846b0984
commit 6da846af74
4 changed files with 282 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# /etc/systemd/system/testbot-git.service
[Unit]
Description=AUTOTEST Zilant Bot service group - Channel Bot
After=network.target
[Service]
User=root
WorkingDirectory=/opt/testbot
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 wsgi_bot:app
Restart=always
[Install]
WantedBy=multi-user.target