GitXplorerGitXplorer
a

githubsfdeploy

public
188 stars
104 forks
19 issues

Commits

List of commits on branch master.
Unverified
51720a0bb6ee6bc00d5b35627ae13301c2767a59

Update system.properties

aafawcett committed 5 years ago
Unverified
c8853641d2c577cf3303be3e989e3fe5fe09ea0a

Update pom.xml

aafawcett committed 5 years ago
Unverified
0d50ec5abda4e4ad55434d13cb566b1c4b5973d5

Updated to suport SFDX format repos

aafawcett committed 5 years ago
Unverified
4a2fb1b0f462af756b33263a1daefabb5480bad3

Fix to support new client secret format (since Spring'19)

aafawcett committed 6 years ago
Unverified
2b3a19c8fd9e4a5f5389a799a7193997c58ffba7

https://github.com/afawcett/githubsfdeploy/issues/29

committed 7 years ago
Unverified
481f46e367476497970e4d2190bbd4ca6b5527e4

Fix for regression causing GitHub login request for public repos

committed 8 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