mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Add deploy file.
This commit is contained in:
parent
448b9f02e6
commit
2e3aa86706
10
_deploy.yml
Normal file
10
_deploy.yml
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user