From 695da689acf08b0489786077e0e6e38459ee51bd Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Mon, 9 Feb 2026 21:26:40 +0100 Subject: [PATCH] Add update script. --- .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 e1367bd..27c8a27 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,4 +10,7 @@ jobs: - name: initial test run: echo "test" - name: get page - run: curl http://192.168.0.129:9001/update \ No newline at end of file + run: curl http://192.168.0.129:9001/update + - run: pwd + - run: cd ../ + - run: pwd \ No newline at end of file