do not copy ssh keys (they are rotated now)
This commit is contained in:
parent
b740b56382
commit
2b696fea51
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user