Skip to content

Commit

Permalink
improving readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Feb 13, 2014
1 parent ff08e7f commit af6cf90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This package currently works with
- Github
- Bitbucket

### Usage
### Using it with Laravel Envoy

Define an url for your deployer to be used, in Github you can find this at Settings > Service Hooks > WebHook URLs > URL, example:

Expand All @@ -42,7 +42,9 @@ If you are using Laravel Envoy, install it and create tasks using your project u

And that's it, you're good to go! Configure your webook, push something and wait for it.

But if you prefer to use Deeployer own deployment system, edit the file `app/config/packages/pragmarx/deeployer/config.php` and create your projects. In my opinion, is better to not use the `master` branch while automatically deploying apps:
### Normal Usage

If you prefer to use Deeployer own deployment system, edit the file `app/config/packages/pragmarx/deeployer/config.php` and create your projects. In my opinion, is better to not use the `master` branch while automatically deploying apps:

```
'projects' => array(
Expand Down

0 comments on commit af6cf90

Please sign in to comment.