diff --git a/.circleci/config.yml b/.circleci/config.yml index 79c03654f..d2b302fdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,9 +36,9 @@ jobs: paths: - /caches/app.tar - persist_to_workspace: - root: ~/ + root: /caches paths: - - /caches/app.tar + - ./app.tar deploy: working_directory: ~/app docker: