Files
dokku/tests/apps/python/app3.json

9 lines
142 B
JSON
Raw Permalink Normal View History

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