From e64c03f605f6a2f7f8d5eb3a7fd8f9a68025de7b Mon Sep 17 00:00:00 2001
From: gbe <gbe@unobtanium.de>
Date: Sat, 22 May 2021 17:10:55 +0000
Subject: [PATCH] Dump deploy key to debug why it can't be loaded

The key will be cycled later.
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4618c3b..a4ae283 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ deploy:
   - mkdir ~/.ssh
   - ssh-keyscan -p 2222 wine.unobtanium.de > ~/.ssh/known_hosts
   - chmod 0600 "$DEPLOY_SSH_KEY"
+  - cat "$DEPLOY_SSH_KEY"
   - pv invinoveritas | ssh -i "$DEPLOY_SSH_KEY" -p 2222 wine@wine.unobtanium.de
 
 stages:
-- 
GitLab