From c285116a62d080a1c57450a704b4fef1b1b880a1 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Mon, 9 Dec 2024 23:42:32 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5257d8..97e9de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,6 @@ stages: deploy_timelapse: stage: deploy script: - - ssh kerboul@cynosure "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o" + - ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o" only: - main