From 9a7f2c47d6ab3ad6b671f5c7e1bf1cc1d4f873eb Mon Sep 17 00:00:00 2001 From: xdwarf Date: Mon, 8 Jun 2026 21:22:52 +0200 Subject: [PATCH] Add Gitea Actions deploy workflow - new again --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3cc7d12..173bcb9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,6 +11,7 @@ jobs: steps: - name: Pull and restart run: | + git config --global --add safe.directory /home/mads/mael-landing cd /home/mads/mael-landing git pull origin master docker compose restart \ No newline at end of file