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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue