fix path in deploy.json

This commit is contained in:
Girish Ramakrishnan 2015-11-13 15:59:34 -08:00
parent 1d769179f2
commit fd3e3b65c3

View File

@ -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"
} }
} }