mirror of
https://github.com/tauri-apps/tauri-discord-bot.git
synced 2026-01-31 00:35:21 +01:00
26 lines
497 B
YAML
26 lines
497 B
YAML
envs:
|
|
- key: DISCORD_TOKEN
|
|
scope: RUN_AND_BUILD_TIME
|
|
type: SECRET
|
|
value: ******
|
|
- key: NODE_ENV
|
|
scope: RUN_AND_BUILD_TIME
|
|
value: production
|
|
name: tauri-discord-bot
|
|
region: lon
|
|
services:
|
|
- environment_slug: node-js
|
|
github:
|
|
branch: main
|
|
deploy_on_push: true
|
|
repo: tauri-apps/tauri-discord-bot
|
|
health_check:
|
|
http_path: /api/v1/health
|
|
http_port: 3000
|
|
instance_count: 1
|
|
instance_size_slug: basic-xxs
|
|
name: tauri-discord-bot
|
|
routes:
|
|
- path: /
|
|
source_dir: /
|
|
|