Files
Resume/deploy.sh
Tommy Parnell 94b80b73ad fix line 1
2015-11-21 00:02:44 -05:00

6 lines
203 B
Bash

git config user.email "tparnell8@gmail.com"
git config user.name "Tommy Parnell"
git add .
git commit -m "Deployed to Github Pages"
git push --force "git@github.com:tparnell8/Resume.git" master:gh-pages