use hostname with https ver.txt check
Steps to deploy the deployer:
clone & npm install
create an awsbox for him. I.E.
node_modules/.bin/awsbox create -d -n deployer -u ‘https://deployer.personatest.org' \
-t m1.small -p ~/.allmysecrets/personatest.org/personatest.org.crt \ -s ~/.allmysecrets/personatest.org/personatest.org.key --ssl=force
Provide the VM with the ability to create VMs and manipulate DNS (hopefully this happens with IAM roles)
copy the SSL creds to ~app/key.pem and ~app/cert.pem (the domain you’re deploying to)
~app/key.pem
~app/cert.pem
generate a keypair as the app user - ssh app@deployer.personatest.org "ssh-keygen -t rsa"
ssh app@deployer.personatest.org "ssh-keygen -t rsa"
git push deployer HEAD:master
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
browserid_deployer
Steps to deploy the deployer:
clone & npm install
create an awsbox for him. I.E.
node_modules/.bin/awsbox create -d -n deployer -u ‘https://deployer.personatest.org' \
Provide the VM with the ability to create VMs and manipulate DNS (hopefully this happens with IAM roles)
copy the SSL creds to
~app/key.pemand~app/cert.pem(the domain you’re deploying to)generate a keypair as the app user -
ssh app@deployer.personatest.org "ssh-keygen -t rsa"git push deployer HEAD:master