Merge branch 'release' into changes/160-refactor-vars

This commit is contained in:
Cayo Puigdefabregas 2024-03-05 10:49:41 +01:00
commit d58e16a140
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
SECRET_KEY: "t3st-dummy-s3cr3t-k3y" SECRET_KEY: "t3st-dummy-s3cr3t-k3y"
STATIC_ROOT: "tmp/static/" STATIC_ROOT: "tmp/static/"
MEDIA_ROOT: "tmp/media/" MEDIA_ROOT: "tmp/media/"
DOMAIN: "testserver"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4