Compare commits
4 Commits
55a5b10d6a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ae657d1b03 | |||
| ff652d6f90 | |||
| fb05b74350 | |||
| 27b0f62274 |
@@ -2,8 +2,9 @@ name: Build image when workload image tag changes
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ deployment ] # adjust if needed
|
||||||
paths:
|
paths:
|
||||||
- "argocd/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
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -11,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_FILE: "argocd/deployment.yaml"
|
DEPLOY_FILE: "arcocd/deployment.yaml"
|
||||||
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -9,10 +9,9 @@ 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
|
||||||
|
|||||||
@@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
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)
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ spec:
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: git.baumann.gr/adebaumann/vui:0.946
|
image: git.baumann.gr/adebaumann/vui:0.945
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user