aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
1 files changed, 0 insertions, 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