You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In step 2, I want to upload this to S3. I configure the Artefacts paths as static/ (or static/**, or static/**/*, or whatever, tried several variations.)
Problem: The uploader mangles the paths together, e.g.:
Uploading to <bucket name>/admin/css/work/docs/css/base.css
That "/work/" in there is a mixup of rest_framework; this path does not actually exist in the artefacts.
The text was updated successfully, but these errors were encountered:
Build step 1 produces a folder of files:
(The result of a Django
collectstatic
command.)In step 2, I want to upload this to S3. I configure the Artefacts paths as
static/
(orstatic/**
, orstatic/**/*
, or whatever, tried several variations.)Problem: The uploader mangles the paths together, e.g.:
That "
/work/
" in there is a mixup ofrest_framework
; this path does not actually exist in the artefacts.The text was updated successfully, but these errors were encountered: