From 7e67e1ad60964dafcedbfd1b0423c0eb50919087 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 17 Oct 2014 18:35:09 -0400 Subject: [PATCH] octopress deploy! --- _deploy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _deploy.yml diff --git a/_deploy.yml b/_deploy.yml new file mode 100644 index 0000000..fb90fe6 --- /dev/null +++ b/_deploy.yml @@ -0,0 +1,13 @@ +method: rsync +site_dir: _site + +user: walkah@walkah.net +remote_path: /var/www/walkah.net +delete: true + +# flags: -rltDvz # Modify flags as necessary to suit your hosting setup +# port: # If your host requires a non standard port +# exclude: # Path to file containing list of files to exclude +# exclude-file: # Path to file containing list of files to exclude +# include: # Path to file containing list of files to include +# include-file: # Path to file containing list of files to include