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