Read more about this tool at my blog post here.
-
Use Maven to download dependencies:
mvn install
-
Use Maven to build the war package:
mvn package
-
Run the package locally:
mvn spring-boot:run
Update: May 2025: Major upgrade to latest Spring Boot and Salesforce API
Update: 8 February 2024: Added support for git submodules as part of SFDX formatted repositories.
Update: 29 February 2020: Added support for SFDX formatted repositories. Note currently it only supports the default package directory as defined in the sfdx-project.json file.
Update: 3 April 2016: Maintainance to move to Cedar-14 on Heroku, enhancements, bug fixes and a UI restlye, see blog for more details.
Update: 21 May 2015: Added support for private GitHub repositories. When deploying a private repository the user is redirected to GitHub authorization window. After authorizing, a private repository can be deployed exactly the same way as a public one. Contributed by Moti Korets.
Update: 27th September 2014: Added feature to generate Deploy to Salesforce button, thanks to Karanraj for the image.
Updated: 7th December 2013: Added Sandbox support see here
- Success Test with http://localhost:5000/app/githubdeploy/apex-enterprise-patterns/fflib-apex-mocks
- Failure Test with http://localhost:5000/app/githubdeploy/afawcett/custommetadataapi-demo
- Private Repo Test with http://localhost:5000/app/githubdeploy/afawcett/github-sfdeploy-test
- No package.xml Repo Test with http://localhost:5000/app/githubdeploy/SalesforceSFDC/Apex-Classes
- Success Repo Test with http://localhost:5000/app/githubdeploy/benedwards44/Apex-for-Xero