Create deploy script
This commit is contained in:
parent
042d83e2c1
commit
a0f6e47f57
5 changed files with 101 additions and 2 deletions
10
ansible/gomoku.supervisor
Executable file
10
ansible/gomoku.supervisor
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
[program:gomoku]
|
||||
command=/home/gomoku/gomoku
|
||||
directory=/home/gomoku
|
||||
user=gomoku
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=3
|
||||
stderr_logfile=/var/log/supervisor/gomoku.err.log
|
||||
stdout_logfile=/var/log/supervisor/gomoku.out.log
|
||||
environment=PORT=3002
|
||||
Loading…
Add table
Add a link
Reference in a new issue