Beispiel #1
0
 /**
  * Run arbitrary shell script on the instance
  *
  * @param  array $param
  * @param  string|array $cmd
  * @return string|array
  */
 public function deploy($params, $cmd)
 {
     return $this->adapter->deployInstance($this->attributes[self::INSTANCE_ID], $params, $cmd);
 }