15 lines
328 B
YAML
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 |