Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
roligheten committed Apr 3, 2022
1 parent 1eb04d9 commit 1576b03
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
#!/usr/bin/env sh

# abort on errors
set -e

# build
npm run build

# navigate into the build output directory
cd dist

# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME

git init
git checkout -b master
git add -A
git commit -m 'deploy'

Expand Down

0 comments on commit 1576b03

Please sign in to comment.