summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-13 15:54:35 +0100
committerdiogo464 <[email protected]>2025-08-13 15:54:35 +0100
commitd5b6bf46407892f553bbe2fe4319c08ba3de574c (patch)
tree975086d7ba189240a636f8d436374720e0ced566
parent21a907f7d072dae4b31265f99ee219612f93260e (diff)
add google oauth env vars to deploy-tinyauth
-rw-r--r--Justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index 1ce0bb4..b9bbe88 100644
--- a/Justfile
+++ b/Justfile
@@ -37,4 +37,6 @@ deploy-tinyauth:
37 -e SECRET="$TINYAUTH_SECRET" \ 37 -e SECRET="$TINYAUTH_SECRET" \
38 -e APP_URL="$TINYAUTH_APP_URL" \ 38 -e APP_URL="$TINYAUTH_APP_URL" \
39 -e USERS="$TINYAUTH_USERS" \ 39 -e USERS="$TINYAUTH_USERS" \
40 -e GOOGLE_CLIENT_ID="$GOOGLE_CLIENT_ID" \
41 -e GOOGLE_CLIENT_SECRET="$GOOGLE_CLIENT_SECRET" \
40 ghcr.io/steveiliop56/tinyauth:v3 42 ghcr.io/steveiliop56/tinyauth:v3