Hi,
I am using Travis-Ci to build my SFDX metadata (what's in the repo), and output a package.zip that is attached to a github release (the package.zip is NOT with the source but as a binary on the release). I'd love to be able to add a button on my readme for one click deploy of the latest package.zip (ie: the one attached to the latest release /releases/latest)
Thx!