mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Previous versions extracted the values as strings, prefixing the values with `/bin/sh -c '$CMD'` unnecessarily. This caused issues where we would incorrectly overrride these values when an app had a predeploy script. Closes #3143
8 lines
91 B
JSON
8 lines
91 B
JSON
{
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "touch /app/predeploy.test"
|
|
}
|
|
}
|
|
}
|