We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8f1de commit ece6595Copy full SHA for ece6595
.circleci/config.yml
@@ -50,6 +50,12 @@ jobs:
50
# . venv/bin/activate
51
# python manage.py test
52
53
+ - persist_to_workspace:
54
+ root: .
55
+ paths:
56
+ - venv
57
+ - output
58
+
59
60
ghp_deploy:
61
docker:
@@ -59,6 +65,10 @@ jobs:
65
- restore_cache:
66
keys:
67
- v1-dependencies-{{ checksum "requirements.txt" }}
68
69
+ - attach_workspace:
70
+ at: .
71
62
72
- run:
63
73
name: deploy to github
64
74
command: |
0 commit comments