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