ci: add CI/CD workflow
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
# ── JOB 1: Build i Push Docker image ──────────────────
|
# ── JOB 1: Build i Push Docker image ──────────────────
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout koda
|
- name: Checkout koda
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
# ── JOB 2: Deploy na k3s ───────────────────────────────
|
# ── JOB 2: Deploy na k3s ───────────────────────────────
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout koda
|
- name: Checkout koda
|
||||||
|
|||||||
Reference in New Issue
Block a user