mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Silence deploy warning
This commit is contained in:
parent
7f629598f4
commit
93a6e3555c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ data_sources:
|
||||||
base_url: 'http://www.wezm.net'
|
base_url: 'http://www.wezm.net'
|
||||||
deploy:
|
deploy:
|
||||||
default:
|
default:
|
||||||
|
kind: rsync
|
||||||
dst: "bitcaster.wezm.net:/var/www/www.wezm.net"
|
dst: "bitcaster.wezm.net:/var/www/www.wezm.net"
|
||||||
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
|
#options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ]
|
||||||
options: [ '-avz', '--delete', '--exclude=".svn"' ]
|
options: [ '-avz', '--delete', '--exclude=".svn"' ]
|
||||||
|
|
Loading…
Reference in a new issue