mattmakai / fsp-deployment-guide

Companion code for the Full Stack Python Guide to Deployments book.
http://www.deploypython.com/
MIT License
122 stars 45 forks source link

Having issues with fabfile.py #7

Closed d3prof3t closed 8 years ago

d3prof3t commented 8 years ago

I am trying to configure a Fedora Server, and have made changes to the fabfile respective to it. But I don't know why but script doesn't work from line 46. Also, I believe at line 44; it should look something like this local ('cp {} {}/authorized_keys'.format(env.ssh_key_filepath + ".pub", env.ssh_key_dir)).

d3prof3t commented 8 years ago

Hi

I figured out to make it work, but I do believe the issue with the '/'. It should be there. It worked for me only after prep-ending it as shown above. By the way great script.