Set the CNAME record in the deploy

This commit is contained in:
Jamie Wong
2018-05-09 00:00:28 -07:00
parent 7d68c24737
commit 2cc3f7f141
+3
View File
@@ -35,6 +35,9 @@ pushd speedscope
rm -rf *
cp -R "$OUTDIR"/* .
# Set the CNAME record
echo www.speedscope.app > CNAME
# Set up a handler to run on Ctrl+C
trap ctrl_c INT
function ctrl_c() {