make it universal
This commit is contained in:
8
Justfile
8
Justfile
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user