From 64d84fb453fbdd6a017676ad7fc8ff73fd76a2aa Mon Sep 17 00:00:00 2001 From: Hiina Date: Mon, 19 Aug 2024 11:42:12 -0600 Subject: [PATCH] use actual deploy script in workflow it's a hokey CGI script that just pulls the repo on the server. should work though. --- .forgejo/workflows/demo.yml | 6 ------ .forgejo/workflows/deploy-http.yml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .forgejo/workflows/demo.yml create mode 100644 .forgejo/workflows/deploy-http.yml diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml deleted file mode 100644 index d470cda..0000000 --- a/.forgejo/workflows/demo.yml +++ /dev/null @@ -1,6 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - run: echo All Good diff --git a/.forgejo/workflows/deploy-http.yml b/.forgejo/workflows/deploy-http.yml new file mode 100644 index 0000000..125ea4e --- /dev/null +++ b/.forgejo/workflows/deploy-http.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: curl -XPOST https://crawler.vrg.party/deploy