Always deploy from stable website branch

This commit is contained in:
clint shryock 2015-11-09 10:18:53 -06:00
parent 564b235b82
commit a80f6fd979
1 changed files with 3 additions and 0 deletions

View File

@ -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"