From e70b808e84df69b959421cf21666ecb7cd20b537 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 9 Nov 2015 12:05:50 +0100 Subject: [PATCH] Update deploy information --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 05290e19..e501248e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To deploy to live: * Be sure that current master has been pushed to the remote repository * Launch the command:: - fab deploy + fab deploy Deploy to dev @@ -66,9 +66,9 @@ To deploy to dev: * Be sure to be on develop branch * Be sure that current develop has been pushed to the remote repository -* Launch the command: +* Launch the command:: - fab deploy_beta + fab deploy_beta Deploy a specific branch @@ -78,11 +78,11 @@ To deploy to dev/live a specific branch: * Be sure to be on the branch you want to deploy * Be sure that branch has been pushed to the remote repository -* Launch the command: +* Launch the command:: - fab deploy_beta:$branch_name + fab deploy_beta:$branch_name - or (for live): + or (for live):: - fab deploy:$branch_name + fab deploy:$branch_name