From a11bf65e9e14a91bd1433a3df1da4f312351aaf4 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Tue, 10 Dec 2024 12:51:06 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 315ce71..62ca8e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: deploy_timelapse: stage: deploy script: + - ssh-keyscan -H 172.17.0.1 >> ~/.ssh/known_hosts - ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh" only: - main