summaryrefslogtreecommitdiff
path: root/site/DEPLOY
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-02 13:31:36 -0400
committerJules Laplace <jules@okfoc.us>2016-09-02 13:31:36 -0400
commitde8b6ffa3c686256030df04a6dd56025fe6de8ac (patch)
tree6e0f954f151060ccba3441e03409557f674e54c3 /site/DEPLOY
parent98bb711e716b4e9770aa7299b43f630fb7262acc (diff)
remove 2h site and bump to 0.1.40v0.1.40
Diffstat (limited to 'site/DEPLOY')
-rw-r--r--site/DEPLOY21
1 files changed, 0 insertions, 21 deletions
diff --git a/site/DEPLOY b/site/DEPLOY
deleted file mode 100644
index cedf761..0000000
--- a/site/DEPLOY
+++ /dev/null
@@ -1,21 +0,0 @@
-To deploy
-===
-
-`npm bin`/pm2 start index.js
-
----
-
-The `npm bin` bit resolves the path to the locally installed `pm2`
-command. Could also use a global install.
-
-`npm bin`/pm2 logs
-
-to see logs and
-
-`npm bin`/pm2 list
-
-to see running processes and
-
-`npm bin`/pm2 show [id]
-
-for more process info