mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 12:52:47 +00:00
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: /
|
||||
type: filesystem_compact
|
||||
base_url: 'http://www.wezm.net'
|
||||
deploy:
|
||||
default:
|
||||
dst: "wezm@www.wezm.net:www"
|
||||
options: [ '-avz', '--exclude=".svn"' ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue