Where
by Where
~1 min read

分类

注:

操作步骤:

  1. 安装 Envoy composer global require "laravel/envoy=~1.0"
  2. 编写配置文件 Envoy.blade.php
@servers(['web' => ['[email protected]']])
@task('foo', ['on' => 'web'])
    ls -la
@endtask
  1. 运行 envoy run deploy

至此结束,具体使用方法可以看官方文档。