When updated, it should now trigger pm2 to restart the server
This commit is contained in:
parent
fa08d617ff
commit
6046c0f86c
@ -2,6 +2,6 @@ module.exports = {
|
||||
'apps' : [{
|
||||
'name': 'Blocklist',
|
||||
'script': './server.js',
|
||||
'watch': './server.js'
|
||||
'watch': './updated.txt'
|
||||
}]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user