Skip to content

Commit 6cb9ee1

Browse files
authored
Merge pull request #4155 from betagouv/dependabot/fake/vue-3-workflow
Finaliser le github workflow vue 3
2 parents 4f60336 + 1aa28c4 commit 6cb9ee1

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test-dependabot-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ jobs:
5454
- name: Vue 3 build
5555
working-directory: ./
5656
env:
57+
SECRET: test
5758
ALLOWED_HOSTS: localhost
5859
REDIS_URL: redis://localhost:6379/0
5960
STATICFILES_STORAGE: django.contrib.staticfiles.storage.StaticFilesStorage
61+
DEFAULT_FILE_STORAGE: django.core.files.storage.FileSystemStorage
6062
run: |
6163
python3 manage.py collectstatic --noinput
6264
cd ./2024-frontend

clevercloud/python.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"deploy": {
66
"managetasks": [
77
"buildnpm",
8+
"buildnpmvue3",
89
"collectstatic --noinput",
910
"migrate --noinput",
1011
"compilemessages"

clevercloud/test-build-with-vue3.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ rm -rf 2024-frontend/build/
66
bash ./clevercloud/pre-build-hook.sh
77
# the following should mirror the hooks in clevercloud/python.json["deploy"]["managetasks"]
88
python manage.py buildnpm
9-
python manage.py collectstatic --noinput
109
python manage.py buildnpmvue3
1110
python manage.py collectstatic --noinput
1211
python manage.py migrate --noinput

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ django-taggit==5.0.1
4848
django-treebeard==4.7.1
4949
django-webpack-loader==3.1.0
5050
django_csp==3.8
51-
django_vite_plugin==3.0.2
51+
django_vite_plugin==3.0.3
5252
djangorestframework==3.15.2
5353
djangorestframework-camel-case==1.4.2
5454
djlint==1.34.1
5555
draftjs-exporter==5.0.0
56+
drf-base64==2.0
5657
drf-excel==2.4.0
5758
drf-spectacular==0.27.2
5859
drf-spectacular-sidecar==2024.7.1
59-
drf_base64==2.0
6060
EditorConfig==0.12.4
6161
et-xmlfile==1.1.0
6262
exceptiongroup==1.2.1

0 commit comments

Comments
 (0)