use actual deploy script in workflow
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.
This commit is contained in:
Hiina 2024-08-19 11:42:12 -06:00
parent 4db745a318
commit 64d84fb453
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: curl -XPOST https://crawler.vrg.party/deploy