This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
git.autonomic.zone/app.json
Luke Murphy 4eb972c703
Back to postdeploy
Release overrides the entrypoint.
2020-03-12 19:28:08 +01:00

11 lines
246 B
JSON

{
"name": "gitea",
"description": "Gitea is a painless self-hosted Git service.",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
"scripts": {
"dokku": {
"postdeploy": "bash /app/postdeploy.sh"
}
}
}