diff --git a/tests/apps/python/app.json b/tests/apps/python/app.json index 698956d99..246998f6f 100644 --- a/tests/apps/python/app.json +++ b/tests/apps/python/app.json @@ -14,7 +14,9 @@ }, "scripts": { "dokku": { + // this is a comment for the postdeploy script "postdeploy": "touch /app/postdeploy.test", + // this is a comment for the predeploy script "predeploy": "touch /app/predeploy.test" } }