11 ms·
CLI for syncing and publishing to Vercel is coming in the next weeks
by oleg009 3y ago
CLI for syncing and publishing to Vercel is coming in the next weeks
- Mystery-Machine 3y agoSyncing and publishing what? What's so difficult about `git push` which pushes to GitHub and automatically deploys to Vercel? This doesn't look cool, but those two features are not going to be the ones I'll seek after.
- oleg009 3y agoSyncing the site data from builder to local fs and then building everything and configuring the app for publishing to vercel. Just pushing to github only helps you if you only have static html/css if you wanted to publish a site as gh-page ... I guess you need to clarify your use case
- 8n4vidtmkvmk 3y agoGitHub actions solves the other half, no?