We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7faea2 commit fa0bfbaCopy full SHA for fa0bfba
envoy.md
@@ -35,7 +35,7 @@ You may also use Composer to keep your Envoy installation up to date:
35
36
All of your Envoy tasks should be defined in an `Envoy.blade.php` file in the root of your project. Here's an example to get you started:
37
38
- @servers(['web' => '192.168.1.1'])
+ @servers(['web' => 'user@192.168.1.1'])
39
40
@task('foo', ['on' => 'web'])
41
ls -la
0 commit comments