Fix staging deployment script and attachments
Deploy feedback demo / deploy (push) Failing after 51s

This commit is contained in:
root
2026-09-01 17:36:44 +09:00
parent aaddfc7bfc
commit 483f5a0bc7
+1 -1
View File
@@ -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")"