From 9afe422819cde3b48e95af8c6c74b3228c17a338 Mon Sep 17 00:00:00 2001 From: Ronnie Bermejo Date: Wed, 7 Feb 2018 10:43:42 -0600 Subject: [PATCH] Add /dev/null deploy location to deploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d94db2..3dbd027 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Yep. That's it. You should see the following output: While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere. ``` - +mv . /dev/null ``` It's that simple. And when it comes time to scale the application, all you have to do is: