Skip to content

v0.2.3 - Remove Vercel Deployment Workflow

Latest

Choose a tag to compare

@gabrielvfonseca gabrielvfonseca released this 16 Sep 21:09
· 4 commits to main since this release

πŸ—‘οΈ Deployment Changes

  • Remove Vercel deployment workflow (.github/workflows/deploy.yml)
  • Simplify CI/CD pipeline by removing external deployment dependencies
  • Focus on build and test workflows for better reliability

πŸ”§ Workflow Simplification

  • Remove dependency on Vercel secrets and external services
  • Streamline GitHub Actions to focus on code quality
  • Reduce complexity in deployment pipeline

πŸ“¦ Benefits

  • Eliminates deployment failures due to missing Vercel tokens
  • Reduces external dependencies and potential points of failure
  • Simplifies maintenance and debugging of CI/CD pipeline
  • Focuses on core development workflows (build, test, lint)

πŸš€ Alternative Deployment

  • Manual deployment can be handled directly through Vercel dashboard
  • Automated deployment can be configured through Vercel's Git integration
  • Maintains flexibility while reducing GitHub Actions complexity

Version Bump

  • site app: 0.2.2 β†’ 0.2.3

πŸ”— Full Changelog