diff --git a/nanoc.yaml b/nanoc.yaml index b95a173..6703404 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -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"