Always deploy from stable website branch
This commit is contained in:
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…
Reference in New Issue