0
0
Fork 0

Update deploy script

This commit is contained in:
Oliver-Akins 2020-08-18 21:22:06 -06:00
parent 7770b777b5
commit 41ae9d4ded

View file

@ -4,13 +4,13 @@
set -e set -e
# build # build
vue-cli-service build --modern pnpm run prod_build
# navigate into the build output directory # navigate into the build output directory
cd dist cd dist
# if you are deploying to a custom domain # if you are deploying to a custom domain
echo 'oliver.akins.me' > CNAME # echo 'oliver.akins.me' > CNAME
git init git init
git add -A git add -A