From dcd6bedc27a868c11e49a5745cf2206f64f57adf Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 11 Nov 2015 16:55:49 +0000 Subject: [PATCH] make beta to compile and upload a beta release --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 23d98616b..42c91a7cd 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,11 @@ upload: cross: doc ./cross-compile $(TAG) +beta: doc + ./cross-compile $(TAG)β + rm build/*-current-* + rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β + serve: cd docs && hugo server -v -w