diff options
| author | diogo464 <[email protected]> | 2025-08-13 15:54:35 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-13 15:54:35 +0100 |
| commit | d5b6bf46407892f553bbe2fe4319c08ba3de574c (patch) | |
| tree | 975086d7ba189240a636f8d436374720e0ced566 | |
| parent | 21a907f7d072dae4b31265f99ee219612f93260e (diff) | |
add google oauth env vars to deploy-tinyauth
| -rw-r--r-- | Justfile | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |
