Skip to content

Commit 7459f03

Browse files
committed
docs(README): add one-click deployable images for Lit Auth and Login servers in README
1 parent 678f9f2 commit 7459f03

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,26 @@ bunx changeset publish
108108
- `lit-login-server`: https://github.com/LIT-Protocol/js-sdk/pkgs/container/lit-login-server
109109
- Leave `auth-server-released` unchecked to perform a no-op dry run and confirm the workflow is available without publishing images.
110110

111+
## One Click Deployable Images
112+
113+
### Lit Auth Server
114+
115+
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/OYOevk?referralCode=RP1REI&utm_medium=integration&utm_source=template&utm_campaign=generic)
116+
117+
### Lit Login Server
118+
119+
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/RO0wsZ?referralCode=RP1REI&utm_medium=integration&utm_source=template&utm_campaign=generic)
120+
121+
#### Environment configuration
122+
123+
- `ORIGIN`: required for OAuth callbacks. Railway asks for a value during deploy—drop in a placeholder like `http://localhost:3000`, let the app spin up, then replace it with the generated public HTTPS domain (or your custom domain) so Google and Discord redirect URIs match. Leaving it empty keeps the local-only default and will break production flows.
124+
111125
## Keeping the contract address and ABIs in sync with the latest changes
112126

113127
This command must be run manually and is NOT part of the build process, as it requires a GitHub API key.
114128

115-
```
116-
DEV_BRANCH=develop GH_API_KEY=github_pat_xxx bun run sync:contracts
129+
```shell
130+
DEV_BRANCH=develop GH_API_KEY=github_pat_xxx pnpm run sync:contracts
117131
```
118132

119133
---

0 commit comments

Comments
 (0)