Commit 753f102
committed
chore: release v0.2.3 - Remove Vercel Deployment Workflow
## 🗑️ 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.31 parent 9deb5ed commit 753f102
2 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
3 | 34 | | |
4 | 35 | | |
5 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments