diff --git a/readme.md b/readme.md index ea0e82783..a793ead8c 100644 --- a/readme.md +++ b/readme.md @@ -125,11 +125,11 @@ The integration with Vercel has changed. Because this is a monorepo, we have one 6. Go to Github > TempleDAO/temple > settings > secrets, and add a new repository secret. Name: `[NAME]_PROJECT_ID` Value: projectid - 7. Setup a GitHub action to deploy. Go into the .github/workflows folde. Copy an existing workflow, and edit the `vercel-project-id` entry to use the new GitHub secret env name you created (`[NAME]_PROJECT_ID`) + 7. Setup a GitHub action to deploy. Go into the .github/workflows folder. Copy an existing workflow, and edit the `vercel-project-id` entry to use the new GitHub secret env name you created (`[NAME]_PROJECT_ID`) 8. Tweak the workflow as needed; what branch/pr triggers, what aliases/urls to use, etc... ## Contributing - We welcome all contributors to this project - please see the [contribution guide](https://github.com/TempleDAO/temple/blob/main/CONTRIBUTING.md) for more information on how to get involved and what to expect. \ No newline at end of file + We welcome all contributors to this project - please see the [contribution guide](https://github.com/TempleDAO/temple/blob/main/CONTRIBUTING.md) for more information on how to get involved and what to expect.