From 717867c4e47aa3e88c10b5540b30395435886708 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 8 Jan 2025 12:58:34 +0100
Subject: [PATCH] Staging: Test staging again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fea75d..87f4ccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ deploy-to-staging:
   stage: deploy
   script:
     # Authentication setup
-    - mkdir -p ~/.ssh
+    - mkdir -p ~/.ssh 
     - echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_dsa
     - chmod 600 ~/.ssh/id_dsa
     - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
-- 
GitLab