Created
March 15, 2016 05:39
-
-
Save keshavab/d3917959040b4aab15d0 to your computer and use it in GitHub Desktop.
wercker for automated github pages deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| box: debian | |
| build: | |
| steps: | |
| - script: | |
| name: install git | |
| code: | | |
| apt-get update | |
| apt-get install git -y | |
| - script: | |
| name: fetch theme sub module | |
| code: | | |
| git submodule init | |
| git submodule update | |
| - arjen/hugo-build: | |
| version: "0.15" | |
| deploy: | |
| steps: | |
| - script: | |
| name: install git | |
| code: | | |
| apt-get update | |
| apt-get install git -y | |
| - lukevivier/gh-pages: | |
| token: $GIT_TOKEN | |
| domain: keshavabharadwaj.com | |
| basedir: public | |
| repo: keshavab/keshavab.github.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment