mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
9 lines
142 B
JSON
9 lines
142 B
JSON
|
|
{
|
||
|
|
"scripts": {
|
||
|
|
"dokku": {
|
||
|
|
"predeploy": "touch /app/predeploy3.test",
|
||
|
|
"postdeploy": "touch /app/postdeploy.test"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|