Hacker News new | ask | show | jobs
by Mystery-Machine 1024 days ago
Syncing 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.
1 comments

Syncing 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

GitHub actions solves the other half, no?