ci: fix quotes again #28

Merged
glenux merged 1 commit from develop into master 2025-03-17 13:15:04 +00:00
Showing only changes of commit a634e2ae46 - Show all commits

View file

@ -53,15 +53,8 @@ steps:
- chmod 600 ~/.ssh/deploy_key
- ssh-keygen -f ~/.ssh/deploy_key -y > ~/.ssh/deploy_key.pub
- "cat ~/.ssh/deploy_key.pub | cut -f3 -d' '"
- "ssh -o StrictHostKeyChecking=no \
-i ~/.ssh/deploy_key \
\"$SSH_USER@$SSH_HOST\" \
ps:stop social"
- "ssh -o StrictHostKeyChecking=no \
-i ~/.ssh/deploy_key \
\"$SSH_USER@$SSH_HOST\" \
git:from-image social \
\"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}\""
- "ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key \"${SSH_USER}@${SSH_HOST}\" ps:stop social"
- "ssh -o StrictHostKeyChecking=no -i ~/.ssh/deploy_key \"${SSH_USER}@${SSH_HOST}\" git:from-image social \"glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}\""
- echo "SUCCESS"
# volumes: