githubsfdeploy icon indicating copy to clipboard operation
githubsfdeploy copied to clipboard

Support for releases (and package.zip)

Open mjacquet opened this issue 8 years ago • 3 comments

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!

mjacquet avatar Aug 24 '17 16:08 mjacquet

+1!

@afawcett Can you add support for v41.0 by updating packageManifest.setVersion("41.0"); on line 308 of GitHubSalesforceDeployController.java. I am trying to update this on my own fork but I am not sure what all environment variables I need to have set up for this app.

kgowru avatar Nov 21 '17 00:11 kgowru

@kgowru done 👍

afawcett avatar Nov 25 '17 22:11 afawcett

btw @kgowru you can also include the package.xml in your repo and then you have full control

afawcett avatar Nov 25 '17 22:11 afawcett