diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e1367bd..d03d072 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,7 +1,5 @@ on: push: - branches: - - master workflow_dispatch: jobs: deploy-job: @@ -10,4 +8,8 @@ jobs: - name: initial test run: echo "test" - name: get page - run: curl http://192.168.0.129:9001/update \ No newline at end of file + run: curl http://192.168.0.129:9001/update + - run: pwd + - run: cd ../ && pwd + - run: pwd + - run: cd /var/www/html/ryobi-crawler && bin/update \ No newline at end of file