Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
fd13ab73eb6c1aa4ebf2e7d2afba88629a99d8e5
2 parents
53efb601
b13217cb
Merge branch 'develop' of
http://git.dev.yoho.cn/platform/yohobuy-portal-fe
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
Makefile
deploy.json
Makefile
View file @
fd13ab7
all
:
package spmpackage
all
:
package spmpackage
gulptask
package
:
cd
./server/
&&
cnpm install -d
cd
./client
&&
cnpm install -d
...
...
@@ -7,6 +7,6 @@ spmpackage:
gulptask
:
cd
./client
&&
gulp build
start
:
pm2
delete yohobuy-portal
&&
pm2 start ./server/app.js -n yohobuy-portal -i 0
pm2
startOrRestart deploy.json
restart
:
pm2 restart yohobuy-portal
\ No newline at end of file
...
...
deploy.json
0 → 100644
View file @
fd13ab7
{
"apps"
:
[
{
"name"
:
"yohobuy-portal"
,
"instances"
:
0
,
"exec_mode"
:
"cluster"
,
"script"
:
"./server/app.js"
,
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment