diff --git a/deploy.sh b/deploy.sh index c1d327c..9873cf7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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() {