do not copy ssh keys (they are rotated now)

This commit is contained in:
Girish Ramakrishnan 2015-11-19 10:32:14 -08:00
parent b740b56382
commit 2b696fea51
2 changed files with 0 additions and 7 deletions

View File

@ -11,8 +11,6 @@
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
"ecosystem": "../secrets/e2e-test/ecosystem-staging.json",
"assets": {
"sshKey": "../secrets/e2e-test/ssh/id_rsa",
"sshPub": "../secrets/e2e-test/ssh/id_rsa.pub",
"release": "../release"
}
}

View File

@ -45,11 +45,6 @@ ln -sf /usr/local/node-4.2.2/bin/node /usr/bin/node
ln -sf /usr/local/node-4.2.2/bin/npm /usr/bin/npm
npm config set prefix /usr/local
# copy over ssh keys
mv "/tmp/id_rsa" "${HOME}/.ssh/id_rsa"
mv "/tmp/id_rsa.pub" "${HOME}/.ssh/id_rsa.pub"
echo -e "Host *.cloudron.me\n StrictHostKeyChecking no" > ${HOME}/.ssh/config
# install tmpreaper (runs everyday and clean tmp)
apt-get install -y tmpreaper
sed -e 's/SHOWWARNING=true/# SHOWWARNING=true/' -i /etc/tmpreaper.conf