From e731516b9d9dfba6d044494478e078f5a3823de4 Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Tue, 21 Apr 2026 16:27:45 +0200 Subject: [PATCH] Update composer --- .gitea/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6f25e5b..cdf06d4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -4,11 +4,14 @@ on: - master workflow_dispatch: jobs: - deploy-job: + test-job: runs-on: server steps: - name: initial test run: echo "test" + deploy-job: + runs-on: server + steps: - name: get page run: curl http://192.168.0.129:9001/update - run: pwd