diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 14:13:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 14:13:26 -0400 |
| commit | 8fb347b694378a4445106dec400bde0584593b1b (patch) | |
| tree | 86a72591ef37f33b4660cdc5f2969c281f028f29 | |
| parent | 2e128c8fe25fb92ecfbd0bbe79ea777d53fa11ca (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index fa444160..907233bd 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -54,7 +54,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" ] `describe` "gitweb configured" -- I keep the website used for gitweb checked into git.. - , Git.cloned "joey" "/srv/git/joey/git.kitenet.net.git" "/srv/web/git.kitenet.net" Nothing + , Git.cloned "root" "/srv/git/joey/git.kitenet.net.git" "/srv/web/git.kitenet.net" Nothing , website "git.kitenet.net" , website "git.joeyh.name" -- ssh keys for branchable and github repo hooks |
