Fix staging deployment script and attachments
Deploy feedback demo / deploy (push) Failing after 51s
Deploy feedback demo / deploy (push) Failing after 51s
This commit is contained in:
@@ -118,7 +118,7 @@ jobs:
|
|||||||
remote="$STAGING_USER@$staging_host"
|
remote="$STAGING_USER@$staging_host"
|
||||||
|
|
||||||
shell_quote() {
|
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")"
|
remote_app_dir="$(shell_quote "$staging_app_dir")"
|
||||||
|
|||||||
Reference in New Issue
Block a user