From 7ff6b09a8e4351c31b44e8886845e7c96bd42822 Mon Sep 17 00:00:00 2001 From: Ivan Filipovic Date: Tue, 14 Apr 2026 11:17:54 +0200 Subject: [PATCH] ci: add CI/CD workflow --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77dd26e..c4b342c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: # ── JOB 1: Build i Push Docker image ────────────────── build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout koda @@ -41,7 +41,7 @@ jobs: # ── JOB 2: Deploy na k3s ─────────────────────────────── deploy: needs: build - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout koda