From 297bbb0090ba02495dad57dd04e32851330dd6fa Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 21 Nov 2015 01:07:58 -0500 Subject: [PATCH] final time --- circle.yml | 1 - deploy.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 3a7a79e..4f57850 100644 --- a/circle.yml +++ b/circle.yml @@ -13,7 +13,6 @@ test: - npm install -g bower - bower install - gulp publish - - gulp cachebust dependencies: cache_directories: - "node_modules" # relative to the build directory diff --git a/deploy.sh b/deploy.sh index f64d3ac..ad05b64 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,6 +3,6 @@ git config user.email "tparnell8@gmail.com" git config user.name "Tommy Parnell" rm -rf components rm -rf node_modules -git add . --force +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