From 272f527b4591998ab0c6b71a15e2917e83e7d76e Mon Sep 17 00:00:00 2001 From: Kerboul Date: Wed, 11 Dec 2024 13:40:00 +0100 Subject: [PATCH] test Cynosure --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e215730..42f57d4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,6 @@ on: jobs: deploy_timelapse: runs-on: ubuntu-latest - if: github.actor == 'runner_cynosure' steps: - name: Execute update_timelapse script - run: ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o" \ No newline at end of file + run: ssh kerboul@192.168.1.87 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o" \ No newline at end of file