GitXplorerGitXplorer
a

githubsfdeploy

public
188 stars
104 forks
19 issues

Commits

List of commits on branch master.
Verified
36a02f7d2c8e6499eb05de22269a7fc8c919a8f3

Merge pull request #58 from aheber/master

aafawcett committed a year ago
Unverified
5711c5b3a4028a9163421a6bf80220eb66bd7a9a

Add Git Submodule support to SFDX style packages

aaheber committed a year ago
Unverified
ee121707a59732bf7002e189a2f5943271e0c58e

Merge branch 'master' of https://github.com/afawcett/githubsfdeploy

aafawcett committed 5 years ago
Unverified
4b50b624f03049804702f565c5429148567c75d3

Fixed issue with SFDX based repo deploys from branches

aafawcett committed 5 years ago
Verified
4182b0dc3e43c37d7129f8a9255f47026744511d

Update README.md

aafawcett committed 5 years ago
Verified
60b9cf089b7b8877ea824573c39efe3dd0147b7a

Update README.md

aafawcett committed 5 years ago

README

The README file for this repository.

GitHub Salesforce Deploy Tool

Read more about this tool at my blog post here.

Developing

  • Use Maven to download dependencies: mvn install

  • Use Maven to build the war package: mvn package

  • Run the package locally: java -jar target/dependency/webapp-runner.jar target/githubsfdeploy-0.0.2-SNAPSHOT.war then open a browser to http://localhost:8080

Changelog

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.

Button

Updated: 7th December 2013: Added Sandbox support see here

Logo