Skip to content

Commit

Permalink
setup cache table in CI and during deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Dec 10, 2024
1 parent e913196 commit 25dcdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
pip install -r requirements/dev.txt
- name: ✨ Black, ruff & djlint
run: make quality
- name: 🚧 create cache table
run: python manage.py createcachetable
- name: 🚧 collect static for testing purposes
run: |
python manage.py collectstatic
Expand Down
1 change: 1 addition & 0 deletions clevercloud/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "config.wsgi:application",
"managetasks": [
"migrate --no-input",
"createcachetable",
"collectstatic --no-input",
"compilemessages",
"compress"
Expand Down

0 comments on commit 25dcdf9

Please sign in to comment.