feature/gitea-action #70
@@ -1,7 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
deploy-job:
|
deploy-job:
|
||||||
@@ -11,3 +9,7 @@ jobs:
|
|||||||
run: echo "test"
|
run: echo "test"
|
||||||
- name: get page
|
- name: get page
|
||||||
run: curl http://192.168.0.129:9001/update
|
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
|
||||||
Reference in New Issue
Block a user