make it universal

This commit is contained in:
2026-02-21 19:33:19 +03:00
parent 408ae6a76b
commit 3090b18ff9
10 changed files with 109 additions and 212 deletions

View File

@@ -1,4 +1,10 @@
set dotenv-load := true
dev:
CLIENT_ID=$CLIENT_ID CLIENT_SECRET=$CLIENT_SECRET REDIRECT_URI=$REDIRECT_URI AUTH_CONFIG=$AUTH_CONFIG go run .
go run .
build tag="latest":
docker build -t git.zatch.ru/tsivinsky/oauth2-proxy:{{tag}} .
push tag="latest":
docker push git.zatch.ru/tsivinsky/oauth2-proxy:{{tag}}