From 7bb3320e51604003246efd25d907812f872ed44c Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Mon, 9 Feb 2026 13:44:14 +0100 Subject: [PATCH] First test of gitea actions --- .gitea/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6e822c2..a56960d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,6 @@ jobs: runs-on: server steps: - name: initial test - run: echo "test" \ No newline at end of file + run: echo "test" + - name: get page + run: curl http://192.168.0.129:9001 \ No newline at end of file