Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1013 Bytes

DEPLOYING.md

File metadata and controls

29 lines (16 loc) · 1013 Bytes

Deploy Automatically

In order for Github Actions to deploy on every commit to main, configure repository secrets and vercel project.

Configure VERCEL_TOKEN

  1. Navigate to your Vercel Tokens
  2. Click "Create Token" and create a token

https://imgur.com/a/CjoFGhf

  1. Store that token in your repository's secrets (https://github.com/{organization}/{project}/settings/secrets/actions/new):

https://imgur.com/a/klEFsyg

Configure VERCEL_APP_NAME

Add another repository secret for VERCEL_APP_NAME. Give it a unique name, for example this template is called rttemplate

Troubleshooting

Vercel Build Error

If vercel build fails due to a parcel error, make sure to select "Other" as framework preset:

Vercel Screenshot