fix path in deploy.json
This commit is contained in:
parent
1d769179f2
commit
fd3e3b65c3
@ -9,10 +9,10 @@
|
|||||||
"tag": "staging",
|
"tag": "staging",
|
||||||
"server": "ci.cloudron.io",
|
"server": "ci.cloudron.io",
|
||||||
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
|
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
|
||||||
"ecosystem": "../keys/ci/ecosystem-staging.json",
|
"ecosystem": "../secrets/ci/ecosystem-staging.json",
|
||||||
"assets": {
|
"assets": {
|
||||||
"sshKey": "../keys/ci/id_rsa",
|
"sshKey": "../secrets/ci/id_rsa",
|
||||||
"sshPub": "../keys/ci/id_rsa.pub",
|
"sshPub": "../secrets/ci/id_rsa.pub",
|
||||||
"release": "../release"
|
"release": "../release"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user