On 17 Jun 2021, at 18:15, Watts Martin <[email protected]> wrote:
> So, I want to do a sanity check here -- is anyone using the "Deploy Site" 
> command successfully?

I have used it in the past without issue, but since my web server is accessed 
only via ssh with keys and no passwords, I was unable to get the BBEdit site 
settings to do what I needed and so I use rsync from the command line instead, 
via an alias for each sites. Something like this:

alias wacme="rsync -haP /path/to/local/wacme 
www.example.com:/path/to/live/wacem --stats"
alias wapex="rsync -haP /path/to/local/wapex 
www.example.com:/path/to/live/wapex --stats"
&c

It is not quite as clean as BBEdit's deploy was, but as long as I remember to 
check the syntax and links myself, it's basically fine.

I COULD mount the remote server and then deploy to folder, but this worked for 
me.

Despote 20+ years on BBEdit, I am not really a power user and my first move 
when I encounter friction is usually a terminal session and a bash script. I've 
done many very silly things in bash scripts.

-- 
We are born naked, wet and hungry; then it's all downhill.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "[email protected]" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/61C8BCDD-F21F-4193-8A2A-05E1E07AFB2B%40kreme.com.

Reply via email to