You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on on nearlyfreespeech.net, which serves content out of /home/public, so that's what I set my Frank.publish.path to. When I run frank publish, Frank puts my site in a subdirectory within /home/public. I can't configure what directory I serve my files from. Is there a way to make Frank leave the files directly in my Frank.publish.path?
The text was updated successfully, but these errors were encountered:
It's a result of the way the ssh library handles scp. The only way to really handle it (that i know of) is to have frank delete the folder first. I opted out of that because it seemed dangerous/destructive.
I really just need to re-vist publish for the next release. I would recommend just writing a small shell or ruby script to do frank export and then rsync the exported folder.
Yeah, but you still run into the problem of stale files. You'd need to delete them on the server before trying to copy the new ones up. I'm open to thoughts/ideas on it though.
I'm running on on nearlyfreespeech.net, which serves content out of
/home/public
, so that's what I set myFrank.publish.path
to. When I runfrank publish
, Frank puts my site in a subdirectory within/home/public
. I can't configure what directory I serve my files from. Is there a way to make Frank leave the files directly in myFrank.publish.path
?The text was updated successfully, but these errors were encountered: