mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "touch /app/predeploy2.test",
|
|
"postdeploy": "touch /app/postdeploy.test"
|
|
}
|
|
}
|
|
}
|