4 ms·
How does everyone feel about Wrangler CLI versus git-triggered deploys through GitHub? I think Vercel and Render are both doing an incredible job with their de
by colinclerk 5y ago
How does everyone feel about Wrangler CLI versus git-triggered deploys through GitHub?
I think Vercel and Render are both doing an incredible job with their deploy processes, and a lot is owed to them not requiring use of a CLI. I wonder if I'm in the minority here?
- squaresmile 5y agoWe are using GitHub Actions with wrangler and it works fine. Git push and the site is deployed to worker kv site. It didn't do the one commit one subdomain though but maybe they are adding it with this announcement.
- lucasyvas 5y agoPersonally, I prefer a separate deploy command if you want it - it allows you to more easily use external CI systems. There are several app platforms I've written off because they only worked via git.