Magephp / Magallanes-允许多个用户进行部署配置

时间:2018-11-27 10:05:31

标签: php deployment web-deployment magephp magallanes

我正在使用magephp,需要允许多个SSH用户部署到同一服务器。我当前的设置如下:

deployment:
  user: user1
  from: ./
  to: /html
...

我试图将user:定义为数组,如下所示:

deployment:
  users: 
    - user1
    - user2
  from: ./
  to: /html
...

但是,由于magephp不支持此语法,因此它仅使用我当前登录到我的计算机时使用的用户名。

这里是否可以定义多个用户?

0 个答案:

没有答案