From cc42d6be6329aa2f7829941ffaecc9a3b0c41dfb Mon Sep 17 00:00:00 2001 From: kerboul Date: Wed, 11 Dec 2024 14:43:47 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5e41903..1c1680d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Run remote command run: | # Exemple de commande distante exécutée sur le serveur distant via SSH - ssh kerboul@192.168.1.87 "ls -la /home/kerboul" + ssh kerboul@192.168.1.87 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o" # Étape 4: Nettoyage (optionnel) - name: Clean up SSH keys