From 2ae94460960f6e1f5f6c51d3e0a5d8b3cdd2e341 Mon Sep 17 00:00:00 2001 From: madumlao Date: Fri, 9 Feb 2018 17:14:20 +0800 Subject: [PATCH] Add advanced deploy options --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6d94db2..03b5b06 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,22 @@ It's that simple. And when it comes time to scale the application, all you have I know right? +#### Advanced deploy options + +In addition to deploying nowhere (the default), you can also choose to deploy no code everywhere by adding no options. + +``` + +``` + +This deploys no code everywhere. As in literally everywhere. + +If you want to deploy no code to a specific server, then you can add the following: + +``` + +``` + ## Contributing You don't.