Files
about/deploy.sh
Tommy Parnell 2b7f851f09 deploy to about
2015-11-21 00:33:23 -05:00

7 lines
236 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/about.tommyparnell.com.node.git" master:gh-pages