From 41ae9d4ded0e7b991dfcc4316dbc7ea697c9e07f Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 18 Aug 2020 21:22:06 -0600 Subject: [PATCH] Update deploy script --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 464f64f..b637391 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,13 +4,13 @@ set -e # build -vue-cli-service build --modern +pnpm run prod_build # navigate into the build output directory cd dist # if you are deploying to a custom domain -echo 'oliver.akins.me' > CNAME +# echo 'oliver.akins.me' > CNAME git init git add -A