Files
Resume/deploy.sh
Tommy Parnell 4d6cc1e39f rly fix deploy
2015-11-21 00:10:56 -05:00

8 lines
224 B
Bash

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