- Install Fly.io
flyctl
flyctl auth login
- Install Deno Deploy
deployctl
Create a new Deno Deploy Access Token and set as
DENO_DEPLOY_TOKEN
.
There are three "apps":
bot/
- A discord botopenai/
- An OpenAI reply generatorinngest/
- An Inngest handler
To deploy, enter a directory and run deno task deploy
.