From 065541a6489859eb8f68cc7c9ac35117223e7aeb Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Wed, 20 Nov 2019 22:09:40 +0100
Subject: [PATCH] cicd: tried to print the keyw

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d32934b2..a31edbf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ deploy_staging:
     - echo $APP_CONFIG > config.json
     - echo $SSH_PRIVATE_KEY > gitlab.key
     - chmod 600 gitlab.key
+    - cat gitlab.key
     - npm install
     - npm run build
     - scp -i gitlab.key -o StrictHostKeyChecking=no -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/
-- 
GitLab