Skip to content

Commit 4e6675d

Browse files
committed
chore: added collect static after postdeploy for dokku
1 parent 4eea36d commit 4e6675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"scripts": {
14-
"postdeploy": "python manage.py migrate"
14+
"postdeploy": "python manage.py migrate && python manage.py collectstatic --noinput"
1515
},
1616
"healthchecks": {
1717
"web": [

0 commit comments

Comments
 (0)