chore: update for production run
All checks were successful
Build and Deploy Production / build-and-push (push) Successful in 2m8s

This commit is contained in:
2025-09-06 18:55:08 +10:00
parent c0e2a1c1f4
commit cc46db0cb3

View File

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