Skip to content

Commit a09bf99

Browse files
committed
fix no script deploy
1 parent c42438c commit a09bf99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG=./deploy.conf
55
LOG=/tmp/deploy.log
66
TEST=1
77
REF=
8-
ENV=production
8+
ENV=
99

1010
#
1111
# Output usage information.

deploy.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
[linode]
12
user deploy
2-
host __74.207.228.13__
3-
repo __git@github.com:nko2/carcar.git__
3+
host 74.207.228.13
4+
repo git@github.com:nko2/carcar.git
45
ref origin/master
56
path /home/deploy/app
67
post-deploy npm install && [ -e ../shared/pids/node.pid ] && sudo restart node || sudo start node

0 commit comments

Comments
 (0)