Files
Resume/deploy.sh
Tommy Parnell b1d74da37c adjust dep
2015-11-20 23:59:27 -05:00

7 lines
215 B
Bash

#!/bin/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