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 .