forked from wezm/wezm.net
Add deployment configuration
This commit is contained in:
parent
8ae141f816
commit
02493351a1
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@ data_sources:
|
||||||
layouts_root: /
|
layouts_root: /
|
||||||
type: filesystem_compact
|
type: filesystem_compact
|
||||||
base_url: 'http://www.wezm.net'
|
base_url: 'http://www.wezm.net'
|
||||||
|
deploy:
|
||||||
|
default:
|
||||||
|
dst: "wezm@www.wezm.net:www"
|
||||||
|
options: [ '-avz', '--exclude=".svn"' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue