chore(tooling): add a git-crypt unlock makefile target

This commit is contained in:
Julien Dessaux 2024-09-20 22:59:21 +02:00
parent de7ba3439b
commit 3bcdaf541f
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -49,6 +49,10 @@ clean: ## clean the code
run: ## run the code
go run ./
.PHONY: unlock
unlock ## run git-crypt unlock
git-crypt unlock
##### Containers ###############################################################
.PHONY: container-build
container-build: ## build the container image