diff --git a/deploy.json b/deploy.json index df6cdaf..978650d 100644 --- a/deploy.json +++ b/deploy.json @@ -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" } }