3 Commits

Author SHA1 Message Date
2734dd8c58 fix: update to deploy on correct location
Some checks failed
Build and Deploy Production / build-and-push (push) Successful in 2m6s
Build and Deploy Production / deploy (push) Failing after 11s
2025-09-06 19:06:09 +10:00
f191fe9e4a fix: formatting so deploy runs
Some checks failed
Build and Deploy Production / build-and-push (push) Successful in 2m6s
Build and Deploy Production / deploy (push) Failing after 4s
2025-09-06 18:58:04 +10:00
cc46db0cb3 chore: update for production run
All checks were successful
Build and Deploy Production / build-and-push (push) Successful in 2m8s
2025-09-06 18:55:08 +10:00

View File

@ -3,7 +3,7 @@ name: Build and Deploy Production
on: on:
push: push:
tags: tags:
- "v*.*.*" - "v*"
jobs: jobs:
build-and-push: build-and-push:
@ -41,7 +41,7 @@ jobs:
HUGO_BASEURL=https://comprofix.com/ HUGO_BASEURL=https://comprofix.com/
deploy: deploy:
runs-on: ubuntu-latest runs-on: homelab-latest
needs: build-and-push needs: build-and-push
env: env:
DEPLOY_USER: administrator DEPLOY_USER: administrator