diff --git a/deploy.sh b/deploy.sh index 6d32b32..9efc11d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,4 @@ -git config user.email "tparnell8@gmail.com" -git config user.name "Tommy Parnell" +echo "hit" git add . git commit -m "Deployed to Github Pages" git push --force "git@github.com:tparnell8/Resume.git" master:gh-pages