fix path in deploy.json

This commit is contained in:
Girish Ramakrishnan 2015-11-13 15:59:34 -08:00
parent 1d769179f2
commit fd3e3b65c3
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
"tag": "staging",
"server": "ci.cloudron.io",
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
"ecosystem": "../keys/ci/ecosystem-staging.json",
"ecosystem": "../secrets/ci/ecosystem-staging.json",
"assets": {
"sshKey": "../keys/ci/id_rsa",
"sshPub": "../keys/ci/id_rsa.pub",
"sshKey": "../secrets/ci/id_rsa",
"sshPub": "../secrets/ci/id_rsa.pub",
"release": "../release"
}
}