projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6470a6
)
site: fix deploy command
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 22 Jul 2013 07:55:44 +0000
(10:55 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 22 Jul 2013 07:55:44 +0000
(10:55 +0300)
site.hs
patch
|
blob
|
history
diff --git
a/site.hs
b/site.hs
index
a251086
..
c101f13
100644
(file)
--- a/
site.hs
+++ b/
site.hs
@@
-120,8
+120,8
@@
tarpitConfiguration :: Configuration
tarpitConfiguration = defaultConfiguration
{ deployCommand = commStr }
where
- commStr = "rsync -avz -e 'ssh -p 2200'"
- ++ "_site mogosanu.ro:/virtual/sites/thetarpit.org"
+ commStr = "rsync -avz -e 'ssh -p 2200' "
+ ++ "_site/* mogosanu.ro:/virtual/sites/thetarpit.org"
-- support for RSS feeds
tarpitFeed :: FeedConfiguration