Files
dokku/tests/apps/python/app2.json
2021-07-10 14:57:58 -04:00

9 lines
142 B
JSON

{
"scripts": {
"dokku": {
"predeploy": "touch /app/predeploy2.test",
"postdeploy": "touch /app/postdeploy.test"
}
}
}