diff --git a/README.md b/README.md index 9f2ad05..7c1ac04 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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] `