Compare commits

..

4 Commits

Author SHA1 Message Date
ae657d1b03 Merge branch 'feature/gitops' 2025-11-06 23:11:13 +01:00
ff652d6f90 One more Pre-merge commit 2025-11-06 16:00:38 +01:00
fb05b74350 Pre-merge commit 2025-11-06 15:57:29 +01:00
27b0f62274 Readme added 2025-11-04 16:53:31 +01:00
3 changed files with 8 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ name: Build image when workload image tag changes
on:
push:
branches: [ development ] # adjust if needed
branches: [ deployment ] # adjust if needed
paths:
- "argocd/deployment.yaml"
- "arcocd/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: "argocd/deployment.yaml"
DEPLOY_FILE: "arcocd/deployment.yaml"
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
steps:

5
.gitignore vendored
View File

@@ -9,10 +9,9 @@ keys/
.venv/
.idea/
*.kate-swp
media/diagram_cache/
.env
node_modules/
package-lock.json
package.json
# Diagram cache directory
media/diagram_cache/
.env
data/db.sqlite3

View File

@@ -2,5 +2,8 @@
There are examples for importing text in the "Documentation"-directory. Actual documentation follows.
<<<<<<< HEAD
Documentation on Confluence so far.
This commit should be signed.
=======
>>>>>>> 299c046 (Readme added)