Compare commits
2 Commits
d9345a0251
...
d7b6d05cb5
| Author | SHA1 | Date | |
|---|---|---|---|
| d7b6d05cb5 | |||
| 254317ee08 |
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ development ] # adjust if needed
|
branches: [ development ] # adjust if needed
|
||||||
paths:
|
paths:
|
||||||
- "arcocd/deployment.yaml"
|
- "argocd/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:
|
||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_FILE: "arcocd/deployment.yaml"
|
DEPLOY_FILE: "argocd/deployment.yaml"
|
||||||
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
TARGET_REPO: "git.baumann.gr/adebaumann/vui" # repo (no tag)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user