So, I want to do a sanity check here -- is anyone using the "Deploy Site" command successfully?
I've been trying to replicate a simple workflow using this command that I normally do with a shell script (or lately with another editor that has site publishing functionality): in the project folder, there's a "source/" folder and a "build/" folder. Another program, CodeKit, handles the build process, so deploying is just a simple matter of syncing build/ with the remote server.
When I choose "Deploy Site" or "Re-Deploy Entire Site", what happens is: nothing. It instantly returns, and no files are uploaded to the server.
I think I've confirmed I have the correct site settings here: the local site root is the build folder, and I have server settings that work with "Open/Save to SFTP" commands.
So as a test, I started a new project file to make sure mine didn't have anything weird in it, and instead of deploying to the remote server, I checked "Deploy to folder" and set that folder to /Users/watts/Sites/ctracks. (Like the local site root, you select this folder with a dialog box, so there's no chance of mistyping the path in BBEdit's settings.)
And...the same thing happens.
When I do "Deploy Site" or "Re-Deploy Entire Site", that should just copy the build/ folder in my project directory to ~/Sites/ctracks, right? (And process includes and placeholders along the way, but I don't have any of those.)
I've also noticed that nothing happens when I have it set to "Check syntax" and "Stop if errors occur" for deployment, even if the "Check Syntax" command finds errors.
So: is there something else I should be looking at on my end? While this feels like a bug, I'd think it'd be a bug other people would have run into by now unless it's something unique to my system. But I can't figure out what that might be.
-- Watts