Commit 2e3b48cf authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'master' into 'master'

On needs quotes in Laravel ci Example

See merge request gitlab-org/gitlab-ee!5192
parents 40e25bcd cba94100
......@@ -190,7 +190,7 @@ To start, we create an `Envoy.blade.php` in the root of our app with a simple ta
```php
@servers(['web' => 'remote_username@remote_host'])
@task('list', [on => 'web'])
@task('list', ['on' => 'web'])
ls -l
@endtask
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment