From eb164b23f2596a88768f43232ce3c931a3fbb5cd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2015 12:14:30 +0200 Subject: [PATCH] Add wercker.yml Will be used to deploy to GitHub Pages, see: https://gohugo.io/tutorials/automated-deployments/ Signed-off-by: Alan Orth --- wercker.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 wercker.yml diff --git a/wercker.yml b/wercker.yml new file mode 100644 index 000000000..d2b0e444a --- /dev/null +++ b/wercker.yml @@ -0,0 +1,24 @@ +# This references a standard debian container from the +# Docker Hub https://registry.hub.docker.com/_/debian/ +# Read more about containers on our dev center +# http://devcenter.wercker.com/docs/containers/index.html +box: debian +# You can also use services such as databases. Read more on our dev center: +# http://devcenter.wercker.com/docs/services/index.html +# services: + # - postgres + # http://devcenter.wercker.com/docs/services/postgresql.html + + # - mongodb + # http://devcenter.wercker.com/docs/services/mongodb.html + +# This is the build pipeline. Pipelines are the core of wercker +# Read more about pipelines on our dev center +# http://devcenter.wercker.com/docs/pipelines/index.html +build: + # Steps make up the actions in your pipeline + # Read more about steps on our dev center: + # http://devcenter.wercker.com/docs/steps/index.html + steps: + - arjen/hugo-build@1.8.0 + version: "0.15"