fix workdir in services
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-28 19:03:39 +03:00
parent 4ba82c3c7d
commit d7c38e112a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ After=network.target
[Service] [Service]
User=root User=root
WorkingDirectory=/opt/testbot WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 wsgi_bot:app ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 wsgi_bot:app
Restart=always Restart=always
+1 -1
View File
@@ -5,7 +5,7 @@ After=network.target
[Service] [Service]
User=root User=root
WorkingDirectory=/opt/testbot WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 wsgi_edit:app ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 wsgi_edit:app
Restart=always Restart=always