fix: sftp keep alive
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled

This commit is contained in:
Nicolas Meienberger 2025-12-21 15:27:32 +01:00
parent 6cc10293e1
commit 5b2870f827

View file

@ -176,6 +176,10 @@ const buildEnv = async (config: RepositoryConfig) => {
"UserKnownHostsFile=/dev/null",
"-o",
"LogLevel=VERBOSE",
"-o",
"ServerAliveInterval=60",
"-o",
"ServerAliveCountMax=240",
"-i",
keyPath,
];