Add rsync deploy options

This commit is contained in:
Ariejan de Vroom 2013-03-25 10:43:24 +01:00
parent 2c59d563f9
commit 24e98444fd

View File

@ -24,7 +24,6 @@ title: 'ariejan.net'
author_name: 'Ariejan de Vroom'
author_uri: 'http://ariejan.net'
# Configure the robots.txt file for this site.
# Setting 'default' to true-ish will use sensible defaults. If you
# wish to customize it, you can list paths to allow and to disallow.
@ -117,3 +116,11 @@ watcher:
# When to send notifications (using Growl or notify-send).
notify_on_compilation_success: true
notify_on_compilation_failure: true
deploy:
public:
kind: rsync
dst: "apps@picard.ariejan.net:/home/apps/sites/ariejan.net"
staging:
kind: rsync
dst: "apps@picard.ariejan.net:/home/apps/sites/staging.ariejan.net"