wercker.yml: Add deploy step to push to gh-pages

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-11-30 12:30:32 +02:00
parent 5811a96163
commit f0f9909a57
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 0 deletions

View File

@ -22,3 +22,10 @@ build:
steps:
- arjen/hugo-build@1.8.0:
version: "0.15"
deploy:
steps:
- install-packages:
packages: git ssh-client
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
basedir: public