Update deploy script
This commit is contained in:
parent
7770b777b5
commit
41ae9d4ded
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue