Skip to content

Add Vercel deployment workflow#220

Open
evgenygurin wants to merge 1 commit intoSciPhi-AI:mainfrom
evgenygurin:setup-vercel-deployment
Open

Add Vercel deployment workflow#220
evgenygurin wants to merge 1 commit intoSciPhi-AI:mainfrom
evgenygurin:setup-vercel-deployment

Conversation

@evgenygurin
Copy link
Copy Markdown

This PR adds a GitHub Actions workflow for automatic deployment to Vercel.

Changes

  • Added .github/workflows/deploy-vercel.yml workflow for automatic Vercel deployment
  • Configured deployment for both production (main branch) and preview (PR) environments
  • Updated package dependencies

Setup Required

To enable this workflow, the following secrets need to be added to the repository:

  • VERCEL_TOKEN - Vercel authentication token (can be obtained from https://vercel.com/account/tokens)
  • VERCEL_ORG_ID - Vercel organization ID: team_vQW0xhMJhexCPBThcGxpeSpw
  • VERCEL_PROJECT_ID - Vercel project ID: prj_6oh51YT4jpMgalINRux5a2YaVBGz

How it works

  • On push to main: Deploys to Vercel production
  • On pull request: Creates a preview deployment

The workflow uses Vercel CLI to build and deploy the application.

- Add GitHub Actions workflow for automatic deployment to Vercel
- Configure deployment for production and preview environments
- Update dependencies and package configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant