From a80f6fd9795e731c72f4be3c596ccd28ebdcc088 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Mon, 9 Nov 2015 10:18:53 -0600 Subject: [PATCH] Always deploy from stable website branch --- scripts/website_push.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/website_push.sh b/scripts/website_push.sh index fa58fd694..53ed59777 100755 --- a/scripts/website_push.sh +++ b/scripts/website_push.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Switch to the stable-website branch +git checkout stable-website + # Set the tmpdir if [ -z "$TMPDIR" ]; then TMPDIR="/tmp"