auto deployment und tests
This commit is contained in:
16
deploy.env.example
Normal file
16
deploy.env.example
Normal 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
|
||||
Reference in New Issue
Block a user