cmdeploy: split @local and @docker in SSHExec

This commit is contained in:
missytake
2025-08-26 10:33:14 +02:00
parent 929383df88
commit d2ff812727
2 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ fi
./scripts/cmdeploy init --config "${INI_FILE}" $INI_CMD_ARGS $MAIL_DOMAIN
bash /update_ini.sh
./scripts/cmdeploy run --ssh-host @local --skip-dns-check
./scripts/cmdeploy run --ssh-host docker --skip-dns-check
echo "ForwardToConsole=yes" >> /etc/systemd/journald.conf
systemctl restart systemd-journald