Skip to content

Instantly share code, notes, and snippets.

@keshavab
Created March 15, 2016 05:39
Show Gist options
  • Select an option

  • Save keshavab/d3917959040b4aab15d0 to your computer and use it in GitHub Desktop.

Select an option

Save keshavab/d3917959040b4aab15d0 to your computer and use it in GitHub Desktop.
wercker for automated github pages deployment
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