diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 9cb8ebd..0000000 --- a/deploy.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -set -e - -npm run build - -cd dist - -git init -git add -A -git commit -m 'deploy' -git push -f git@github.com:remisaurel/todoapp.git master:gh-pages - -cd - \ No newline at end of file