diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 10:51:09 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-02-09 10:51:32 +0100 |
commit | d083d7a4bbb99ec4a89d9143ef1b6f6492dc8df8 (patch) | |
tree | 20225d2a9e23a07e0d6029e0f1a9741a1bc47b0b /deploy.sh | |
parent | b806f13c1a022982d690dea3e59412b45bf336ed (diff) | |
download | hoverbit-ble-d083d7a4bbb99ec4a89d9143ef1b6f6492dc8df8.tar.gz hoverbit-ble-d083d7a4bbb99ec4a89d9143ef1b6f6492dc8df8.zip |
:hammer: Move this handling to post-build-script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -33,8 +33,6 @@ rm -r dist/ npm install npm run build - - tput setaf 4 echo "> Copy to gh-pages branch and commit" tput sgr0 @@ -46,13 +44,9 @@ git rm -rf . cp dist/.gitignore .gitignore cp -r dist/* . -sed -i".bak" "s/{{ VERSION }}/$VERSION/g" index.html -rm index.html.bak - git add . git commit -m ":rocket: Deploy app v$VERSION" - tput setaf 4 echo "> Return to controller branch and tag last commit" tput sgr0 |