GitDeployHub

tauri-apps/tauri-discord-bot

github.com/tauri-apps/tauri-discord-bot ↗
Node.js API
11 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NODE_ENV
  • DISCORD_TOKEN secret
  • DEV_GUILD_ID
  • DEV_ADMIN_ROLE
  • DEV_HELP_CHANNEL
  • DEV_REACTION_ROLE
  • DEV_REACTION_ROLE_CHANNEL
  • DEV_HELPER_ROLE
  • DEV_DID_A_THING_CHANNEL
  • DEV_SUPPORT_FORUM_CHANNEL
  • DEV_JOBS_FORUM_CHANNEL
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/tauri-apps/tauri-discord-bot
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tauri-apps/tauri-discord-bot
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tauri-apps/tauri-discord-bot
Or deploy to a different host
← Try another repo