Skip to content

Commit

Permalink
Merge pull request #29 from a16z-infra/ykhli-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ykhli committed Jul 3, 2023
2 parents 8a20288 + ac24fc1 commit 2be5ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ h. Now you can text the Twilio phone number from your phone and get a response f
- **If you are using Github Codespaces**: You will need to [install flyctl](https://fly.io/docs/hands-on/install-flyctl/) and authenticate from your codespaces cli by running `fly auth login`.
- Run `fly launch` under project root -- this will generate a `fly.toml` that includes all the configurations you will need
- Run `fly deploy --ha=false` to deploy the app -- the -ha flag makes sure fly only spins up one instance, which is included in the free plan. You also want to run `fly scale memory 512` to scale up the fly vm memory for this app.
- For any other non-localhost environment, the existing Clerk development instance should continue to work. You can upload the secrets to Fly by running `cat .env.local | fly secrets import`
- For any other non-localhost environment, the existing Clerk development instance should continue to work. You will need to upload the secrets to Fly by running `cat .env.local | fly secrets import`
- If you are ready to deploy to production, you should create a prod environment under the [current Clerk instance](https://dashboard.clerk.com/). For more details on deploying a production app with Clerk, check out their documentation [here](https://clerk.com/docs/deployments/overview). **Note that you will likely need to manage your own domain and do domain verification as part of the process.**
- Create a new file `.env.prod` locally and fill in all the production-environment secrets. Remember to update `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` by copying secrets from Clerk's production instance -`cat .env.prod | fly secrets import` to upload secrets

Expand Down Expand Up @@ -293,7 +293,7 @@ If you have tried out the Quickstart above, you probably know that we have only

To get started, run the following command:

`bash
`
npm run export-to-character [COMPANION_NAME] [MODEL_NAME] [USER_ID]
`

Expand Down

0 comments on commit 2be5ed6

Please sign in to comment.