crofty 0.6.0 — deploy over SFTP and FTPS

crofty deploy used to mean Cloudflare Pages and nothing else. Now the same built site can go to your own VPS over SFTP, or to shared hosting over FTPS — you choose when you set the project up.

# your own server / VPS (over SSH)
crofty init --provider sftp --host example.com --user me --path /var/www/site
# shared hosting (secure FTP over TLS)
crofty init --provider ftps --host example.com --user me --path /public_html

Then crofty deploy uploads dist/ there. crofty asks for the password the first time and keeps it in your OS keychain (SFTP can use an SSH key instead). Cloudflare Pages stays the default and is unchanged.

A few things worth knowing:

Get it the usual way: brew upgrade crofty, scoop update crofty, or the .deb/.rpm from the GitHub releases.