From 2326937934cef3b9b3ec8bf4e980352b9b2f64c9 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 28 Nov 2024 08:08:37 +0000 Subject: [PATCH] Update .forgejo/workflows/update.yaml --- .forgejo/workflows/update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index f77c573..b264245 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -3,4 +3,5 @@ jobs: test: runs-on: self-hosted steps: - - run: echo "TEST" \ No newline at end of file + - run: git -C /opt/Adrianux.net/ pull master + - run: curl --silent https://adrianux.net/ \ No newline at end of file