Compare commits

..

5 Commits

Author SHA1 Message Date
55a5b10d6a Automatic deployment test
Some checks failed
Build image when workload image tag changes / build-if-image-changed (push) Failing after 1m16s
2025-11-06 23:24:28 +01:00
d11d666f45 Test without branch in runner 2025-11-06 23:23:21 +01:00
d7b6d05cb5 Merge branch 'development' of https://git.baumann.gr/adebaumann/vgui-cicd into development 2025-11-06 23:16:58 +01:00
254317ee08 Testing runner 2025-11-06 23:16:41 +01:00
d9345a0251 Testing runner 2025-11-06 23:13:10 +01:00
4 changed files with 6 additions and 9 deletions

View File

@@ -2,9 +2,8 @@ name: Build image when workload image tag changes
on:
push:
branches: [ deployment ] # adjust if needed
paths:
- "arcocd/deployment.yaml"
- "argocd/deployment.yaml"
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes
jobs:
@@ -12,7 +11,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:

5
.gitignore vendored
View File

@@ -9,9 +9,10 @@ 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,8 +2,5 @@
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)

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.945
image: git.baumann.gr/adebaumann/vui:0.946
imagePullPolicy: Always
ports:
- containerPort: 8000