You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: