From 02493351a19d5202484062475b2f506a1213ebbe Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 15 Mar 2010 07:22:32 +1100 Subject: [PATCH] Add deployment configuration --- config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.yaml b/config.yaml index 745bf5f..84498d4 100644 --- a/config.yaml +++ b/config.yaml @@ -5,3 +5,8 @@ data_sources: layouts_root: / type: filesystem_compact base_url: 'http://www.wezm.net' +deploy: + default: + dst: "wezm@www.wezm.net:www" + options: [ '-avz', '--exclude=".svn"' ] +