feat: enhance deployment process with Gitea Actions integration and improved environment variable handling

This commit is contained in:
2026-05-20 14:21:29 -04:00
parent c0dfe84115
commit 39067c8780
7 changed files with 612 additions and 29 deletions

View File

@@ -61,6 +61,7 @@ export function sshTarget(config: PreparedSsh): string {
export function sshArgs(config: PreparedSsh): string[] {
const args = [
"-T",
"-p",
String(config.port),
"-o",