13 lines
289 B
Plaintext
13 lines
289 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/todo/brain-bot
|
||
|
||
# Docker-Image-Name (optional)
|
||
IMAGE_NAME=brain-bot
|