fix path to ssh keys
This commit is contained in:
parent
4de4309871
commit
b740b56382
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user