We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69adaa0 commit 4dca4b0Copy full SHA for 4dca4b0
deploy.conf
@@ -6,7 +6,7 @@ host 162.243.246.137
6
repo [email protected]:nko4/website.git
7
ref origin/master
8
path /home/deploy
9
-post-deploy npm install --mongodb:native && sudo restart node && NODE_ENV=production ./node_modules/.bin/coffee scripts/package-assets.coffee
+post-deploy npm install --mongodb:native && sv restart serverjs && NODE_ENV=production ./node_modules/.bin/coffee scripts/package-assets.coffee
10
test sleep 5 && curl localhost/reload >/dev/null
11
12
[stage]
0 commit comments