ci: fix quotes again
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed

This commit is contained in:
Glenn Y. Rolland 2025-03-17 18:12:00 +01:00
parent 113b5e1435
commit cd9ef12239

View file

@ -47,8 +47,8 @@ steps:
- export $SSH_TARGET="$SSH_USER@$SSH_HOST"
- set -x
- echo "$SSH_TARGET"
- echo $SSH_USER
- echo $SSH_HOST
- echo $SSH_USER | wc -c
- echo $SSH_HOST | wc -c
- echo $SSH_PRIVATE_KEY
- apk update && apk add openssh-client
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
@ -59,7 +59,7 @@ steps:
- ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key $SSH_TARGET ps:stop social
- ssh -o StrictHostKeyChecking=no
-i ~/.ssh/deploy_key
"$SSH_USER@$SSH_HOST"
$SSH_USER@$SSH_HOST
git:from-image social
"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
#