Skip to content

Commit ece6595

Browse files
committed
persistent workspace try 1
1 parent 7f8f1de commit ece6595

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
# . venv/bin/activate
5151
# python manage.py test
5252

53+
- persist_to_workspace:
54+
root: .
55+
paths:
56+
- venv
57+
- output
58+
5359

5460
ghp_deploy:
5561
docker:
@@ -59,6 +65,10 @@ jobs:
5965
- restore_cache:
6066
keys:
6167
- v1-dependencies-{{ checksum "requirements.txt" }}
68+
69+
- attach_workspace:
70+
at: .
71+
6272
- run:
6373
name: deploy to github
6474
command: |

0 commit comments

Comments
 (0)