deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

Change releases_list to a space separated string in YAML #3740

Open ronald2wing opened 6 months ago

ronald2wing commented 6 months ago

Right now, the releases_list throws an error in YAML. It would be helpful to turn it into a string to use in string.

Upvote & Fund

Fund with Polar

antonmedv commented 6 months ago

I didn't get it. In YAML?

ronald2wing commented 6 months ago

Code: Screenshot from 2023-12-05 20-56-28 Error: Screenshot from 2023-12-05 20-56-05

The releases_list will not work in YAML. When used in YAML, can we change it into a space-separated string from an array?