ci: add CI/CD workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user