From 2cc3f7f1414515cd9140b23f32028de51b03c407 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Tue, 8 May 2018 23:59:37 -0700 Subject: [PATCH] Set the CNAME record in the deploy --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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() {