README: add deploy instructions

This commit is contained in:
Roman Shtylman
2016-07-09 17:22:14 -07:00
parent 965be6e1ff
commit f1fa607ad9
2 changed files with 20 additions and 0 deletions

View File

@@ -41,5 +41,9 @@ process.on('SIGINT', () => {
process.exit();
});
process.on('SIGTERM', () => {
process.exit();
});
// vim: ft=javascript