From d1cd3e6fd4cceb6e20103a6b00975a13683afbdb Mon Sep 17 00:00:00 2001 From: John Galt Date: Thu, 7 Nov 2024 20:09:57 +0100 Subject: [PATCH] > .gitea runner --- .gitea/workflows/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/main.yml diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml new file mode 100644 index 0000000..3777147 --- /dev/null +++ b/.gitea/workflows/main.yml @@ -0,0 +1,20 @@ +name: Build, push and deploy + +on: + push: + branches: + - main + +jobs: + builds: + runs-on: slimbook-ubuntu-latest + + steps: + - name: checkout code + uses: actions/checkout@v2 + + - name: rclone to remote + run: | + ls -lha + apk add rclone +