File tree 15 files changed +14
-337
lines changed
15 files changed +14
-337
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ require 'recipe/slack.php';
26
26
| cachetool | [ read] ( docs/cachetool.md ) | ` require 'recipe/cachetool.php'; `
27
27
| cloudflare | [ read] ( docs/cloudflare.md ) | ` require 'recipe/cloudflare.php'; `
28
28
| hipchat | [ read] ( docs/hipchat.md ) | ` require 'recipe/hipchat.php'; `
29
- | local | [ read] ( docs/local.md ) | ` require 'recipe/local.php'; `
30
29
| newrelic | [ read] ( docs/newrelic.md ) | ` require 'recipe/newrelic.php'; `
31
30
| npm | [ read] ( docs/npm.md ) | ` require 'recipe/npm.php'; `
32
31
| phinx | [ read] ( docs/phinx.md ) | ` require 'recipe/phinx.php' `
33
32
| rabbit | [ read] ( docs/rabbit.md ) | ` require 'recipe/rabbit.php'; `
33
+ | rollbar | [ read] ( docs/rollbar.md ) | ` require 'recipe/rollbar.php'; `
34
34
| rsync | [ read] ( docs/rsync.md ) | ` require 'recipe/rsync.php'; `
35
- | slack | [ read] ( docs/slack.md ) | ` require 'recipe/slack.php'; `
36
35
| sentry | [ read] ( docs/sentry.md ) | ` require 'recipe/sentry.php'; `
36
+ | slack | [ read] ( docs/slack.md ) | ` require 'recipe/slack.php'; `
37
37
| yarn | [ read] ( docs/yarn.md ) | ` require 'recipe/yarn.php'; `
38
38
39
39
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /bugsnag.php';
8
+ require 'recipe /bugsnag.php';
9
9
```
10
10
11
11
### Configuration options
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /cachetool.php';
8
+ require 'recipe /cachetool.php';
9
9
```
10
10
11
11
### Configuration options
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /cloudflare.php';
8
+ require 'recipe /cloudflare.php';
9
9
```
10
10
11
11
### Configuration options
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /hipchat.php';
8
+ require 'recipe /hipchat.php';
9
9
```
10
10
11
11
### Configuration options
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /newrelic.php';
8
+ require 'recipe /newrelic.php';
9
9
```
10
10
11
11
### Configuration options
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /phinx.php';
8
+ require 'recipe /phinx.php';
9
9
```
10
10
11
11
### Configuration options
Original file line number Diff line number Diff line change 5
5
``` php
6
6
// deploy.php
7
7
8
- require 'vendor/deployer/recipes /rabbit.php';
8
+ require 'recipe /rabbit.php';
9
9
```
10
10
11
11
### Configuration options
You can’t perform that action at this time.
0 commit comments