From 6178e7cdbfd7319fa948b1572df7fc490b3ab855 Mon Sep 17 00:00:00 2001 From: dakerboul Date: Mon, 10 Mar 2025 11:03:29 +0100 Subject: [PATCH] =?UTF-8?q?Supprimer=20le=20fichier=20de=20configuration?= =?UTF-8?q?=20GitLab=20CI=20pour=20le=20d=C3=A9ploiement=20de=20l'API=20Ti?= =?UTF-8?q?melapse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 21584c2..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -stages: - - deploy - -deploy_timelapse: - stage: deploy - script: - - apt-get update && apt-get install -y openssh-client - - mkdir -p ~/.ssh - - chmod 700 ~/.ssh - - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - - chmod 600 ~/.ssh/id_rsa - - ssh-keyscan 172.17.0.1 >> ~/.ssh/known_hosts - - ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh" - only: - - main \ No newline at end of file