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,8 +28,8 @@ if [ ! -z "$POST_UPLOAD" ]; then
|
|||||||
echo "👌 Executing post-upload script..." &&
|
echo "👌 Executing post-upload script..." &&
|
||||||
ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$POST_UPLOAD && exit" &&
|
ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$POST_UPLOAD && exit" &&
|
||||||
echo "✅ Executed post-upload script"
|
echo "✅ Executed post-upload script"
|
||||||
} || {
|
} || {
|
||||||
echo "😢 Something went wrong during post-upload script" && exit 1
|
echo "😢 Something went wrong during post-upload script" && exit 1
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user