deployment public keys
Posted
by hyperboreean
on Stack Overflow
See other posts from Stack Overflow
or by hyperboreean
Published on 2010-05-18T08:34:24Z
Indexed on
2010/05/18
8:41 UTC
Read the original article
Hit count: 315
How do you guys deploy your code on your servers? I am using Fabric and Python and I would like a more automated way of pulling code from the repository through the use of public keys, but without any ops or manual intervention to set up the public keys.
Are you storing them in the code as text or in a database and generate the pk file on the fly?
© Stack Overflow or respective owner