|
@@ -636,9 +636,9 @@ class RunCi {
|
|
) {
|
|
) {
|
|
//setup deploy_key
|
|
//setup deploy_key
|
|
runCommand("openssl aes-256-cbc -k \"$deploy_key_decrypt\" -in extra/deploy_key.enc -out extra/deploy_key -d");
|
|
runCommand("openssl aes-256-cbc -k \"$deploy_key_decrypt\" -in extra/deploy_key.enc -out extra/deploy_key -d");
|
|
- runCommand("chmod 600 deploy_key");
|
|
|
|
|
|
+ runCommand("chmod 600 extra/deploy_key");
|
|
runCommand("eval `ssh-agent -s`");
|
|
runCommand("eval `ssh-agent -s`");
|
|
- runCommand("ssh-add deploy_key");
|
|
|
|
|
|
+ runCommand("ssh-add extra/deploy_key");
|
|
|
|
|
|
runCommand("make", ["-s", "deploy_doc"]);
|
|
runCommand("make", ["-s", "deploy_doc"]);
|
|
}
|
|
}
|