fix path to ssh keys

This commit is contained in:
Girish Ramakrishnan 2015-11-19 10:30:01 -08:00
parent 4de4309871
commit b740b56382
1 changed files with 2 additions and 2 deletions

View File

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