Wednesday, 15 May 2013

deployment - Python fabric with EC2 instance -



deployment - Python fabric with EC2 instance -

i working on setting auto deployment script using python fabric on ec2 instance. having code repositories cloned on ec2 instance https (without user name,https://bitbucket.org/) instead of ssh.

if clone repositories using ssh, solve problem now. but, wanted know if next possible:-

after connecting remote ec2 instance using fabric, if next command hg clone, asks user name , password. have type 2 things manually on command prompt. there way can pass these values run time automatically?

thanks!

you can utilize ssh keys , connect using ssh+hg protocol. it'll auth w/o password if set up.

deployment amazon-ec2 fabric

No comments:

Post a Comment