Files
dokku/tests/apps/python/app.json
2020-06-20 17:02:27 -04:00

9 lines
141 B
JSON

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