Quantcast
Channel: Andy in the Cloud
Viewing all articles
Browse latest Browse all 119

Updated GitHub Deploy Tool : Sandbox Support

$
0
0

I’ve added support to select either Sandbox or Production (Developer) login, there is now a main page where you can enter the owner and repository name manually. If passed in the URL these fields will be populated automatically.

loginpagesfdeploy

The original URL format is still supported, but only deploys to production

https://githubsfdeploy.herokuapp.com/app/githubdeploy/afawcett/apex-sobjectdataloader

To generate a URL that will only deploy to sandbox

https://githubsfdeploy-sandbox.herokuapp.com/app/githubdeploy/afawcett/apex-sobjectdataloader

To generate a URL that will display the above page and give the user the choice.

https://githubsfdeploy.herokuapp.com/?owner=afawcett&repo=apex-sobjectdataloader

To display the main page without any default owner or repository simply use this..

https://githubsfdeploy.herokuapp.com/

Enjoy!



Viewing all articles
Browse latest Browse all 119

Trending Articles