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-06-08 09:29:52 +0800
Commit
e0f0af5a94b1db53f7bf4e7a3aae6affbf7a9e44
1 parent
1d2e8f5d
add log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/ci/deploy.js
apps/ci/deploy.js
View file @
e0f0af5
...
...
@@ -83,6 +83,7 @@ class Deploy {
_scp
(
conn
)
{
let
self
=
this
;
console
.
log
(
`
localFile
:
$
{
this
.
localFile
}
`
);
console
.
log
(
`
remoteFIle
:
$
{
this
.
remoteFile
}
`
);
return
new
Promise
((
reslove
,
reject
)
=>
{
...
...
Please
register
or
login
to post a comment