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

11 lines
246 B
JSON
Raw Normal View History

2020-03-10 08:35:48 +00:00
{
"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"
}
}
2020-03-10 08:35:48 +00:00
}