From 9e5f48a293cf9813ac230001c09ab9904e99de4d Mon Sep 17 00:00:00 2001 From: Kerboul Date: Tue, 10 Dec 2024 13:48:59 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62ca8e0..5d2b83c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ 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" + - ssh kerboul@cynosure "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh" only: - main