it's a hokey CGI script that just pulls the repo on the server. should work though.
This commit is contained in:
parent
4db745a318
commit
64d84fb453
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
6
.forgejo/workflows/deploy-http.yml
Normal file
6
.forgejo/workflows/deploy-http.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: curl -XPOST https://crawler.vrg.party/deploy
|
Loading…
Reference in a new issue