Update databases information, add gitignore and composer.

This commit is contained in:
2024-02-24 15:00:54 +01:00
parent f13ee9a8a0
commit 003ad32fd4
7 changed files with 215 additions and 7 deletions

19
.drone.yml Normal file
View File

@@ -0,0 +1,19 @@
kind: pipeline
name: default
steps:
- name: build container
image: plugins/docker
settings:
dockerfile: Dockerfile
username:
from_secret: registry-username
password:
from_secret: registry-password
registry: https://cs-registry.ddnss.de
repo: cs-registry.ddnss.de/${DRONE_REPO_OWNER}/startup
dry_run: false
purge: true
insecure: false
tags:
- ${DRONE_TAG}