Skip to content

Commit 0b7528d

Browse files
author
halida
committed
update
1 parent 83a6391 commit 0b7528d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sconstruct

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Command('down', [],
88
'hg up'])
99

1010
Command('publish', 'up',
11-
'ssh server.linjunhalida.com "cd /data/workspace/blog-src/;hg pull;hg up; cd /data/workspace/mysite/;make blog_update"')
11+
['ssh server.linjunhalida.com "cd /data/workspace/blog-src/;hg pull;hg up; cd /data/workspace/mysite/;make blog_update"',
12+
'o http://blog.linjunhalida.com'])
1213

1314
# for test
1415
if 'test' in COMMAND_LINE_TARGETS:

0 commit comments

Comments
 (0)