From 18b38d7cc7f17636f071b174c3a35bbc2cafa1a6 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 6 Sep 2025 18:39:34 +1000 Subject: [PATCH] chore: update for production CI/CD --- .env.production | 2 +- .gitea/workflows/production.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 82a48f6..b235855 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ IMAGE_TAG=latest CONTAINER_NAME=comprofix HUGO_BASEURL=https://comprofix.com -HOSTNAME=comprofix.com +HOSTNAME=comprofix.com \ No newline at end of file diff --git a/.gitea/workflows/production.yml b/.gitea/workflows/production.yml index 1abcddb..108b874 100644 --- a/.gitea/workflows/production.yml +++ b/.gitea/workflows/production.yml @@ -7,7 +7,9 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: homelab-latest + container: + image: catthehacker/ubuntu:act-latest env: DOCKER_REGISTRY: git.comprofix.com IMAGE_NAME: mmckinnon/comprofix.com @@ -39,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