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