crofty 0.6.0 — deploy over SFTP and FTPS
crofty deploy could only target Cloudflare Pages.
Before
deploy meant Cloudflare Pages and nothing else.
After
The same built site can go to your own VPS over SFTP or to shared hosting over FTPS. You pick the target when you set the project up.
crofty init --provider sftp --host example.com --user me --path /var/www/site
crofty init --provider ftps --host example.com --user me --path /public_html
crofty deploy uploads dist/ there (the password is kept in your OS keychain).
Cloudflare Pages stays the default. Plain FTP isn’t supported, and --path is
your web root, not your login home.