mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 18:25:12 +08:00
fix(key): spacing
This commit is contained in:
@@ -28,7 +28,7 @@ if [ ! -z "$POST_UPLOAD" ]; then
|
||||
echo "👌 Executing post-upload script..." &&
|
||||
ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$POST_UPLOAD && exit" &&
|
||||
echo "✅ Executed post-upload script"
|
||||
} || {
|
||||
} || {
|
||||
echo "😢 Something went wrong during post-upload script" && exit 1
|
||||
}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user