Commit e6b10ec
Deepak Pandey
Fix Vercel CLI rollback command syntax
✅ FIXED VERCEL CLI COMMAND:
- Updated rollback command from '--prod' to correct syntax
- Removed deprecated '--prod' flag that was causing 'unknown or unexpected option' error
- Vercel CLI 47.0.5 no longer supports --prod flag for rollback command
- GitHub Actions rollback job will now work correctly
✅ ROLLBACK COMMAND FIXED:
- OLD: npx vercel rollback --prod --token *** --yes (❌ Fails)
- NEW: npx vercel rollback --token *** --yes (✅ Works)
- This ensures production rollback works when deployment fails1 parent eadb3ad commit e6b10ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments