auto deployment und tests

This commit is contained in:
Christoph K.
2026-03-20 07:07:38 +01:00
parent 0e7aa3e7f2
commit 8163f906cc
12 changed files with 500 additions and 66 deletions

16
deploy.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Deploy-Konfiguration Kopieren als deploy.env und anpassen
# deploy.env wird NICHT in Git eingecheckt
DEPLOY_HOST=192.168.1.118
DEPLOY_USER=todo
DEPLOY_PASS=geheim
# Zielverzeichnis auf dem Server
DEPLOY_DIR=/home/jacek/brain-bot
# Systemd-Servicename
SERVICE_NAME=brain-bot
# config.yml mitdeployen? (true/false)
# false = config.yml bleibt auf dem Server unangetastet
DEPLOY_CONFIG=true