1.1.0 • Published 9 months ago

launch-buddy v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

LaunchBuddy

LaunchBuddy is a tool to assist with syncing deployments, helping you discretely launch features in unison

LaunchBuddy was built for Render projects that deploy from Github branches

To get started, build the project with pnpm build. If you already have the executable, use ./lb init to initialize your config.

Config

{
  "ghToken": "GITHUB API TOKEN",
  "renderToken": "RENDER API TOKEN",
  "clerkSecret": "CLERK USER POOL SECRET",
  "services": [
    "RENDER SERVICE ID",
    ...
  ]
}

After your config is set up, use ./lb deploy to start deploying.

To get a Github token

To get a Render token

  • Go to Render
  • Go to your settings (make sure you're scoped under your user and not your org)
  • Go to API Keys
  • Create an API key

To get your Clerk secret

To get your render service IDs

  • Go to Render
  • Go to your service
  • Copy the service ID from the URL (It's prefixed with srv_)
1.1.0

9 months ago