Makefile: Add support for deploying a gitea instance as a make target #116
Labels
good first issue
Good for newcomers
kind/enhancement
New feature or request
priority/normal
An issue with the product; fix when possible
Currently the steps to deploy a gitea instance is outlined in the README (#30) but there is no controlled way to deploy it using automation. We should move these steps to the Makefile so that we can ensure that the gitea instance is uniform and known across any deployment in all environments.
This Makefile target should also be documented as part of #110
Expected workflow:
make deploy-gitea
Gitea
custom resource as a separate targetThe text was updated successfully, but these errors were encountered: