Files
about/deploy.sh
Tommy Parnell 297bbb0090 final time
2015-11-21 01:07:58 -05:00

9 lines
286 B
Bash

#!/bin/bash
git config user.email "tparnell8@gmail.com"
git config user.name "Tommy Parnell"
rm -rf components
rm -rf node_modules
git add --all --force
git commit -m "Deployed to Github Pages"
git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages