Skip to content

Instantly share code, notes, and snippets.

@windate3411
Created January 18, 2020 12:57
Show Gist options
  • Save windate3411/ee7b8763b09bee2bec7832ae001ecd72 to your computer and use it in GitHub Desktop.
Save windate3411/ee7b8763b09bee2bec7832ae001ecd72 to your computer and use it in GitHub Desktop.
//deploy.sh
set -e
npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/windate3411/vue-calculator.git master:gh-pages
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment