Skip to content

Commit

Permalink
added simple deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsha committed May 12, 2022
1 parent 43a258d commit 8977231
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rm -rf docs
npm run build
cp -R dist docs
git add dist
git add docs
git commit -m "adding deploy files"
git push
3 changes: 0 additions & 3 deletions dist/bundle.4b060131fe86db1e34da.js

This file was deleted.

5 changes: 0 additions & 5 deletions dist/bundle.4b060131fe86db1e34da.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion dist/bundle.4b060131fe86db1e34da.js.map

This file was deleted.

0 comments on commit 8977231

Please sign in to comment.