Files
dokku/tests/apps/python/app3.json
2023-02-14 03:08:02 -05:00

9 lines
142 B
JSON

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