Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
Update deploy information
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Nov 9, 2015
1 parent c9fecde commit e70b808
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit e70b808

Please sign in to comment.