Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyui <syui@users.noreply.github.com>2016-06-03 19:18:10 +0300
committersyui <syui@users.noreply.github.com>2016-06-03 19:18:10 +0300
commitef3830c9de1d28050c83cdd931ec9cb437db20c4 (patch)
treeca169526a981403952c3af895ed1161c3d249fcf /wercker.yml
update
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/wercker.yml b/wercker.yml
new file mode 100644
index 0000000..a7eaa44
--- /dev/null
+++ b/wercker.yml
@@ -0,0 +1,12 @@
+box: wercker/default
+build:
+ steps:
+ - arjen/hugo-build:
+ version: "0.15"
+ theme: hugo-theme-arch
+ flags: --buildDrafts=true
+deploy:
+ steps:
+ - lukevivier/gh-pages@0.2.1:
+ token: $GIT_TOKEN
+ basedir: public