From 483f5a0bc70fde3ff62807f215f8f388f0bee674 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2026 17:36:44 +0900 Subject: [PATCH] Fix staging deployment script and attachments --- .gitea/workflows/deploy-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-staging.yml b/.gitea/workflows/deploy-staging.yml index 375ea8c..0720683 100644 --- a/.gitea/workflows/deploy-staging.yml +++ b/.gitea/workflows/deploy-staging.yml @@ -118,7 +118,7 @@ jobs: remote="$STAGING_USER@$staging_host" shell_quote() { - printf "'%s'" "$(printf '%s' "$1" | sed "s/'/'\\"'\\"'/g")" + printf "'%s'" "$(printf '%s' "$1" | sed "s/'/'\\\\''/g")" } remote_app_dir="$(shell_quote "$staging_app_dir")"