From 7dd4b959219346f00663e7068aab0c5acaa3911b Mon Sep 17 00:00:00 2001 From: "Ramon J. A. Smit" Date: Wed, 12 Jul 2017 08:18:16 +0200 Subject: [PATCH] Someone noted me that I made a whoopsie on the doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2af624..ac68d82 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ $ php artisan vendor:publish --tag=ldh-config ## Usage -*Deploy to server* +*Deploy to server* Deploy full instance to the remote server ```bash php artisan ldh:deploy --stage=production --branch=develop ``` -*Patch to server* +*Patch to server* Push a simple patch to the remote server (minor changes only) ```bash php artisan ldh:patch --stage=production --branch=patch ``` -*Rollback one instance* +*Rollback one instance* Something went horrably wrong, go back in history ```bash php artisan ldh:rollback --stage=production