From cba20f6a6154715e1dc0aeb2195c3b2cb61f1055 Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Sun, 8 Feb 2026 12:56:11 +0100 Subject: [PATCH] First test of gitea actions --- .gitea/workflows/deploy.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..fb1cfb1 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,11 @@ +on: + push: + branches: + - master + workflow_dispatch: +jobs: + deploy-job: + runs-on: server + steps: + - name: initial test + uses: echo "test" \ No newline at end of file