feat: enhance deployment process with Gitea Actions integration and improved environment variable handling
This commit is contained in:
@@ -61,6 +61,7 @@ export function sshTarget(config: PreparedSsh): string {
|
||||
|
||||
export function sshArgs(config: PreparedSsh): string[] {
|
||||
const args = [
|
||||
"-T",
|
||||
"-p",
|
||||
String(config.port),
|
||||
"-o",
|
||||
|
||||
Reference in New Issue
Block a user