remove unneeded files

This commit is contained in:
Tommy Parnell
2015-12-13 07:51:35 -05:00
parent 629c9ef5b9
commit a3de2562ab
4 changed files with 0 additions and 935 deletions

1
CNAME
View File

@@ -1 +0,0 @@
resume.tparnell.io

View File

@@ -1,15 +0,0 @@
general:
branches:
ignore:
- gh-pages # list of branches to ignore
deployment:
production:
branch: master
commands:
- sh ./deploy.sh
test:
override:
- node ./node_modules/resume-cli/index.js export index -f html --theme elegant
dependencies:
cache_directories:
- "node_modules" # relative to the build directory

View File

@@ -1,6 +0,0 @@
#!/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

File diff suppressed because one or more lines are too long