Commit b56c25d 1 parent 95bc2be commit b56c25d Copy full SHA for b56c25d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
- name : Run tests
240
240
working-directory : backend
241
241
run : |
242
- ln -s ${{ github.workspace }}/frontend/dist/assets ${{ github.workspace }}/backend/src/openarchiefbeheer/static/assets
242
+ ln -s ${{ github.workspace }}/frontend/dist/static/ assets ${{ github.workspace }}/backend/src/openarchiefbeheer/static/assets
243
243
ln -s ${{ github.workspace }}/frontend/dist/index.html ${{ github.workspace }}/backend/src/openarchiefbeheer/templates/index.html
244
244
python src/manage.py compilemessages
245
245
python src/manage.py collectstatic --noinput --link
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
47
47
- CELERY_BROKER_URL=redis://redis:6379/0
48
48
- CELERY_RESULT_BACKEND=redis://redis:6379/0
49
49
- CELERY_LOGLEVEL=DEBUG
50
- - OAB_API_URL=http://localhost:8000
50
+ - OAB_API_URL=http://localhost:9000
51
51
- OAB_API_PATH=/api/v1
52
52
- OAB_ZAAK_URL_TEMPLATE=https://www.example.com/zaken/{identificatie}
53
53
- REQUESTS_READ_TIMEOUT=5000
You can’t perform that action at this time.
0 commit comments