Compare commits

..

1 Commits

Author SHA1 Message Date
d9345a0251 Testing runner 2025-11-06 23:13:10 +01:00
3 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ name: Build image when workload image tag changes
on: on:
push: push:
branches: [ deployment ] # adjust if needed branches: [ development ] # adjust if needed
paths: paths:
- "arcocd/deployment.yaml" - "arcocd/deployment.yaml"
- "Dockerfile" # keep if you also want to rebuild when Dockerfile changes - "Dockerfile" # keep if you also want to rebuild when Dockerfile changes

5
.gitignore vendored
View File

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

View File

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