Skip to content

Commit

Permalink
Do not --force the compress command on deployment to CleverCloud
Browse files Browse the repository at this point in the history
The `--force` flag is only useful when `DEBUG=True`, which should never
happen when deploying to CleverCloud.
  • Loading branch information
francoisfreitag committed Jan 31, 2024
1 parent 5c4bd9b commit 07f157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clevercloud/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"managetasks": [
"migrate --no-input",
"collectstatic --no-input",
"compress --force"
"compress"
]
}
}

0 comments on commit 07f157a

Please sign in to comment.