Add deploy script
This commit is contained in:
parent
eaff1a9239
commit
5035a5e90d
6 changed files with 110 additions and 16 deletions
10
ansible/sepiatones_xyz.supervisor
Normal file
10
ansible/sepiatones_xyz.supervisor
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[program:sepiatones_xyz]
|
||||
command=/home/sepiatones_xyz/sepiatones_xyz
|
||||
directory=/home/sepiatones_xyz
|
||||
user=sepiatones_xyz
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=3
|
||||
stderr_logfile=/var/log/supervisor/sepiatones_xyz.err.log
|
||||
stdout_logfile=/var/log/supervisor/sepiatones_xyz.out.log
|
||||
environment=PORT=3001
|
||||
Loading…
Add table
Add a link
Reference in a new issue