Files
ryobi-crawler/.gitea/workflows/deploy.yaml
Krzysiej 3431c0c131
All checks were successful
/ deploy-job (push) Successful in 1s
Add update script.
2026-02-09 21:29:52 +01:00

15 lines
328 B
YAML

on:
push:
workflow_dispatch:
jobs:
deploy-job:
runs-on: server
steps:
- name: initial test
run: echo "test"
- name: get page
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