From 92557719e0bf378fc5303e54f4a8840312c11931 Mon Sep 17 00:00:00 2001
From: Luke Murphy <lukewm@riseup.net>
Date: Mon, 1 Mar 2021 12:44:21 +0100
Subject: [PATCH] Make that a note

---
 docs/deploy.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/deploy.md b/docs/deploy.md
index 7585107..03f64a9 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -63,7 +63,13 @@ $ abra server add example.com
 
 Where `example.com` is replaced with your server DNS name.
 
-`abra server add` accepts also a `<user>` and `<port>` arguments for your custom SSH connection details. What is happening here is that you are using the underlying SSH machinery to make a secure connection to the server installed Docker daemon. This allows `abra` to run remote deployments from your local development machine.
+!!! note
+
+    `abra server add` accepts also a `<user>` and `<port>` arguments for your
+    custom SSH connection details. What is happening here is that you are using
+    the underlying SSH machinery to make a secure connection to the server
+    installed Docker daemon. This allows `abra` to run remote deployments from
+    your local development machine.
 
 Once you've added the sever, you can initialise the new single-host swarm.