From 80ecfa6e0fd53bad70889fb82cb52a644fb68b08 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 19 Feb 2026 16:36:00 +0200 Subject: [PATCH] trigger deployment from ci --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b5f562b..d334d47 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,7 +43,7 @@ jobs: path: build/ retention-days: 7 - #- name: Deploy to statichost.eu - # if: github.ref == 'refs/heads/main' - # run: | - # curl -XPOST https://builder.statichost.eu/repomaa-cv + - name: Deploy to statichost.eu + if: github.ref == 'refs/heads/main' + run: | + curl -XPOST https://builder.statichost.eu/repomaa-cv