[openjk] 02/19: Appveyor: Set private SSH key from env variable

Simon McVittie smcv at debian.org
Sat Aug 5 10:52:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit 316400cd9455f249e138585090744c075e54aef3
Author: Xycaleth <alex at acslo.com>
Date:   Wed Jun 21 20:16:45 2017 +0100

    Appveyor: Set private SSH key from env variable
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index f90c332..3f9f22a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -69,4 +69,5 @@ artifacts:
 #  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 deploy_script:
+  - ps: Set-Content C:\Users\appveyor\.ssh\id_rsa $env:DeploymentKey
   - scripts/builds/deploy.bat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list