Compare commits

...

2 Commits

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [ development ] # adjust if needed
paths:
- "arcocd/deployment.yaml"
- "argocd/deployment.yaml"
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes
jobs:
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
DEPLOY_FILE: "arcocd/deployment.yaml"
DEPLOY_FILE: "argocd/deployment.yaml"
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
steps: