From 2e3aa8670691810a46289b0e269a3d85a81dd679 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 29 Apr 2014 07:38:40 +0100 Subject: [PATCH] Add deploy file. --- _deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _deploy.yml diff --git a/_deploy.yml b/_deploy.yml new file mode 100644 index 0000000..3d6c94c --- /dev/null +++ b/_deploy.yml @@ -0,0 +1,10 @@ +method: git # How do you want to deploy? git, rsync or s3. +site_dir: _site # Location of your your static site files. + +git_url: git@github.com:danbee/danbee.github.com.git + +# Note on git_branch: +# If using GitHub project pages, set the branch to 'gh-pages'. +# For GitHub user/organization pages or Heroku, set the branch to 'master'. +# +git_branch: master # Git branch where static site files are commited