Added excalidraw #3

Merged
gec merged 13 commits from excalidraw into main 2023-09-29 08:12:01 +00:00
4 changed files with 14 additions and 4 deletions
Showing only changes of commit 9945f689c4 - Show all commits

View file

@ -107,9 +107,17 @@ release-to-clojars:
script:
- pyb publish_artifacts
jitsi-image-test-publish:
jitsi-web-image-publish:
<<: *img
<<: *tag_only
stage: image
script:
- cd infrastructure/web && pyb image publish
jitsi-excalidraw-backend-image-publish:
<<: *img
<<: *tag_only
stage: image
script:
- cd infrastructure/excalidraw-backend && pyb image publish

View file

@ -3,7 +3,7 @@ from datetime import datetime
from pybuilder.core import task, init
from ddadevops import *
name = "excalidraw-backend"
name = "c4k-jitsi"
MODULE = "excalidraw-backend"
PROJECT_ROOT_PATH = "../.."
version = "1.4.2-SNAPSHOT"
@ -22,7 +22,7 @@ def initialize(project):
"project_root_path": PROJECT_ROOT_PATH,
"build_types": ["IMAGE"],
"mixin_types": [],
"image_naming": "NAME_ONLY",
"image_naming": "NAME_AND_NAME",
"image_tag": f"{image_tag}",
}

View file

@ -1,3 +1,5 @@
// Taken from: https://github.com/jitsi/excalidraw-backend
import debug from 'debug';
import dotenv from 'dotenv';
import express from 'express';

View file

@ -17,4 +17,4 @@ spec:
spec:
containers:
- name: excalidraw-backend
image: domaindrivenarchitecture/excalidraw-backend
image: domaindrivenarchitecture/c4k-jitsi-excalidraw-backend