Update runit-all.sh

This commit is contained in:
Daniel
2018-10-12 02:54:56 +02:00
committed by GitHub
parent fdc680221c
commit f90aa9775f
+4 -2
View File
@@ -27,5 +27,7 @@ if [ -e .error ]; then
echo "error detected @ ${STAGE} !"
exit 1
fi
echo "gcc.danio.ga" >out/CNAME
surge ./out gcc.danio.ga
if [ "${2}" == "upload" ]; then
echo "gcc.danio.ga" >out/CNAME
surge ./out gcc.danio.ga
fi