ci: add CI/CD workflow
Some checks failed
CI/CD Pipeline / build (push) Failing after 7s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
Ivan Filipovic
2026-04-14 11:17:54 +02:00
parent 848097d595
commit 7ff6b09a8e

View File

@@ -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