services/Makefile
Dan Anglin f2a5829aed
fix: easily deploy specific versions of Gitea
Update templates and add a helper script to download and build the
version of Gitea that is specified in the configuration file.
2022-11-18 23:26:33 +00:00

13 lines
229 B
Makefile

all: traefik gitea
compose:
bash ./.helpers/render.sh compose
traefik: compose
bash ./.helpers/render.sh traefik
gitea: gitea-binary compose
bash ./.helpers/render.sh gitea
gitea-binary:
bash ./.helpers/download-gitea.sh