process.yml fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-08 13:52:58 +01:00
parent 72bca19f49
commit fb8bb0c8bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
apps:
- script: ./loopback/server/server.js
name: salix-back
cron_restart: */1 * * * *
cron_restart: '*/1 * * * *'
instances: 1
max_restarts: 10