27 lines
434 B
Markdown
27 lines
434 B
Markdown
# InsForge Zeabur Template
|
|
|
|
Internal template for one-click InsForge deployment on Zeabur.
|
|
|
|
## CLI Authentication
|
|
|
|
```bash
|
|
npx zeabur@latest auth login
|
|
npx zeabur@latest auth logout
|
|
```
|
|
|
|
## Deploy
|
|
|
|
```bash
|
|
npx zeabur@latest template deploy -f template.yml
|
|
```
|
|
|
|
## Update
|
|
|
|
```bash
|
|
npx zeabur@latest template update -c Q82M3Y -f template.yml
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- Zeabur docs: https://zeabur.com/docs/en-US/template/template-in-code
|