diff --git a/deploy.sh b/deploy.sh index a16bf85..051ffb0 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,8 +1,7 @@ #!/bin/bash -rm -rf .git +git init git config user.email "tparnell8@gmail.com" git config user.name "Tommy Parnell" -git init git add . git commit -m "Deployed to Github Pages" git push --force "git@github.com:tparnell8/Resume.git" master:gh-pages