Always deploy from stable website branch

pull/3821/head
clint shryock 11 years ago
parent 564b235b82
commit a80f6fd979

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

Loading…
Cancel
Save