Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xanadu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
SYNERG
xanadu
Commits
47882dad
Commit
47882dad
authored
Jan 26, 2020
by
nilanjandaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
intermediate commit
parent
eb2f577c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
dispatcher/deploy.js
dispatcher/deploy.js
+0
-1
dispatcher/index.js
dispatcher/index.js
+2
-0
No files found.
dispatcher/deploy.js
deleted
100644 → 0
View file @
eb2f577c
const
fs
=
require
(
'
fs
'
)
dispatcher/index.js
View file @
47882dad
...
...
@@ -3,6 +3,8 @@
const
express
=
require
(
'
express
'
)
const
bodyParser
=
require
(
'
body-parser
'
)
const
fileUpload
=
require
(
'
express-fileupload
'
);
const
fs
=
require
(
'
fs
'
)
const
{
spawn
}
=
require
(
'
child_process
'
);
const
redis
=
require
(
'
redis
'
)
const
morgan
=
require
(
'
morgan
'
)
const
mqtt
=
require
(
'
mqtt
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment