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

9 lines
142 B
JSON
Raw Permalink Normal View History

2021-07-09 23:56:22 -04:00
{
"scripts": {
"dokku": {
"predeploy": "touch /app/predeploy2.test",
"postdeploy": "touch /app/postdeploy.test"
}
}
}