From cc46db0cb3b69aaf80ab8fe3fad43ae90fcf898e Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 6 Sep 2025 18:55:08 +1000 Subject: [PATCH] chore: update for production run --- .gitea/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/production.yml b/.gitea/workflows/production.yml index 683e17d..38fc3b4 100644 --- a/.gitea/workflows/production.yml +++ b/.gitea/workflows/production.yml @@ -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: