pragmas

Results 2 comments of pragmas

Add this line in deployer.php on line 10: `if (isset($json['push']['changes'][0]['new']['name'])&&empty($json['ref'])) $json['ref']=$json['push']['changes'][0]['new']['name'];` That worked for me.

> > Add this line in deployer.php on line 10: > > `if (isset($json['push']['changes'][0]['new']['name'])&&empty($json['ref'])) $json['ref']=$json['push']['changes'][0]['new']['name'];` > > That worked for me. > > Could you be more specific with this?...