From 2734dd8c58e8a72f423e91d780895b847a94da50 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 6 Sep 2025 19:06:09 +1000 Subject: [PATCH] fix: update to deploy on correct location --- .gitea/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/production.yml b/.gitea/workflows/production.yml index 04437a2..9f5a195 100644 --- a/.gitea/workflows/production.yml +++ b/.gitea/workflows/production.yml @@ -41,7 +41,7 @@ jobs: HUGO_BASEURL=https://comprofix.com/ deploy: - runs-on: ubuntu-latest + runs-on: homelab-latest needs: build-and-push env: DEPLOY_USER: administrator