From f1cfb50d31ca5538a6776b48ee3ad7ad4a4c9c63 Mon Sep 17 00:00:00 2001 From: filip susak Date: Tue, 14 Apr 2026 10:51:46 +0200 Subject: [PATCH] commit --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8c8a9e6..16f7d86 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,4 +1,3 @@ -# .gitea/workflows/ci.yml name: CI/CD Pipeline on: @@ -11,7 +10,6 @@ env: jobs: - # ── JOB 1: Build i Push Docker image ────────────────── build: runs-on: ubuntu-latest steps: @@ -39,7 +37,6 @@ jobs: name: image-tag path: tag.txt - # ── JOB 2: Deploy na k3s ─────────────────────────────── deploy: needs: build runs-on: ubuntu-latest