Renamed c4k-jitsi web module
This commit is contained in:
parent
24896a11f7
commit
03b1b49342
9 changed files with 5 additions and 5 deletions
|
@ -112,4 +112,4 @@ jitsi-image-test-publish:
|
||||||
<<: *tag_only
|
<<: *tag_only
|
||||||
stage: image
|
stage: image
|
||||||
script:
|
script:
|
||||||
- cd infrastructure/app && pyb image publish
|
- cd infrastructure/web && pyb image publish
|
||||||
|
|
2
build.py
2
build.py
|
@ -22,7 +22,7 @@ def initialize(project):
|
||||||
"release_primary_build_file": "project.clj",
|
"release_primary_build_file": "project.clj",
|
||||||
"release_secondary_build_files": [
|
"release_secondary_build_files": [
|
||||||
"package.json",
|
"package.json",
|
||||||
"infrastructure/app/build.py",
|
"infrastructure/web/build.py",
|
||||||
"infrastructure/excalidraw-backend/build.py",
|
"infrastructure/excalidraw-backend/build.py",
|
||||||
],
|
],
|
||||||
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
||||||
|
|
|
@ -4,7 +4,7 @@ from pybuilder.core import task, init
|
||||||
from ddadevops import *
|
from ddadevops import *
|
||||||
|
|
||||||
name = "c4k-jitsi"
|
name = "c4k-jitsi"
|
||||||
MODULE = "app"
|
MODULE = "web"
|
||||||
PROJECT_ROOT_PATH = "../.."
|
PROJECT_ROOT_PATH = "../.."
|
||||||
version = "1.4.2-SNAPSHOT"
|
version = "1.4.2-SNAPSHOT"
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ def initialize(project):
|
||||||
"project_root_path": PROJECT_ROOT_PATH,
|
"project_root_path": PROJECT_ROOT_PATH,
|
||||||
"build_types": ["IMAGE"],
|
"build_types": ["IMAGE"],
|
||||||
"mixin_types": [],
|
"mixin_types": [],
|
||||||
"image_naming": "NAME_ONLY",
|
"image_naming": "NAME_AND_MODULE",
|
||||||
"image_tag": f"{image_tag}",
|
"image_tag": f"{image_tag}",
|
||||||
}
|
}
|
||||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
||||||
- name: JVB_TCP_HARVESTER_DISABLED
|
- name: JVB_TCP_HARVESTER_DISABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: web
|
- name: web
|
||||||
image: domaindrivenarchitecture/c4k-jitsi
|
image: domaindrivenarchitecture/c4k-jitsi-web
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: PUBLIC_URL
|
- name: PUBLIC_URL
|
||||||
|
|
Loading…
Reference in a new issue