diff --git a/deploy.sh b/deploy.sh index 94a5169..bca2724 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash git config user.email "tparnell8@gmail.com" git config user.name "Tommy Parnell" -git add . +git add . --force git commit -m "Deployed to Github Pages" git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages