Feat: started CI/CD work

This commit is contained in:
2024-12-27 01:38:50 +03:00
parent 53bb09f41c
commit 3472c3fd71
5 changed files with 66 additions and 6 deletions

11
supervisord.conf Normal file
View File

@@ -0,0 +1,11 @@
[supervisord]
nodaemon=false
[program:mybot]
command=python main.py
directory=/app
user=root
autostart=true
autorestart=true
stderr_logfile=/app/bot_err.log
stdout_logfile=/app/bot_out.log