Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-11-03 15:17:57 +0800
Commit
c688a30f0eb865845fc6626cdd9e428450a9293d
1 parent
c15ef698
修改php代码目录
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/ci/deploy.js
apps/ci/deploy.js
View file @
c688a30
...
...
@@ -62,7 +62,7 @@ class Deploy {
username
:
'om'
,
privateKey
:
fs
.
readFileSync
(
path
.
join
(
__dirname
,
'./id_rsa_ssh'
)),
port
:
server
.
port
,
deployDir
:
server
.
deployDir
deployDir
:
'/home/om'
};
}
else
{
return
{
...
...
Please
register
or
login
to post a comment