All checks were successful
/ test (push) Successful in 1s
it's a hokey CGI script that just pulls the repo on the server. should work though.
6 lines
114 B
YAML
6 lines
114 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- run: curl -XPOST https://crawler.vrg.party/deploy
|