From d083d7a4bbb99ec4a89d9143ef1b6f6492dc8df8 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 9 Feb 2021 10:51:09 +0100 Subject: :hammer: Move this handling to post-build-script --- deploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0088bb4..dc017dd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 -- cgit v1.2.3