From ccabeca238f8b6fd9f39e0ae2f171fa59ef42aea Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 15 Sep 2019 12:13:08 -0700 Subject: [PATCH] argh --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8fd0336..875290c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: #go into directory and copy data we're interested in to that directory cd built_website echo "rsync built code with checked out code..." - rsync -r --exclude=.git --delete ~/project/src/build ~/repo + rsync -r --exclude=.git --delete ~/project/build ~/repo #add, commit and push files echo "add files to git..." git add -f .