Compare commits

...

5 Commits

3 changed files with 510 additions and 355 deletions

View File

@ -22,6 +22,7 @@ steps:
repo: registry.wtf-eg.net/ki-backend
target: ki-backend
auto_tag: true
dry_run: true
username:
from_secret: "docker_username"
password:
@ -29,8 +30,6 @@ steps:
when:
event:
- push
branch:
- main
- name: docker-publish-tag
image: plugins/docker

View File

@ -14,7 +14,7 @@ flask-migrate = "~=3.0.1"
flask-sqlalchemy = "~=2.5.1"
sqlalchemy = "~=1.4.18"
waitress = "~=2.0.0"
pyyaml = "~=5.4.1"
pyyaml = "~=6.0.1"
flask-cors = "~=3.0.10"
ldap3 = "~=2.9"
pymysql = "~=1.0.2"

860
Pipfile.lock generated

File diff suppressed because it is too large Load Diff