mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
11 lines
484 B
YAML
11 lines
484 B
YAML
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
|