17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
# 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
|