Commit 07258a02 authored by shangbj's avatar shangbj

update

parent 386b072e
......@@ -48,9 +48,9 @@ app.all('/wiki/update', function(req, res){
})
app.all('/bjgee/update', function(req, res){
const WIKI_PATH = '/home/bjgee'
const BJGEE_PATH = '/home/bjgee'
const commands = [
'cd ' + WIKI_PATH,
'cd ' + BJGEE_PATH,
'git pull'
].join('&&')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment