1 Commits

Author SHA1 Message Date
18b38d7cc7 chore: update for production CI/CD
Some checks failed
Build and Deploy Production / build-and-push (push) Successful in 2m9s
Build and Deploy Production / deploy (push) Failing after 10s
2025-09-06 18:39:34 +10:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
IMAGE_TAG=latest
CONTAINER_NAME=comprofix
HUGO_BASEURL=https://comprofix.com
HOSTNAME=comprofix.com
HOSTNAME=comprofix.com

View File

@ -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