wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs

Home Page:https://deploy-to-sfdx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oops I did it again!!

joehuffnagle opened this issue · comments

GUID: c210de13-72d2-14c0-ad3a-8dab7338a390 Cloning into '.'...remote: Not Found fatal: repository 'https://github.com/watson-developer-cloud/salesforce-sdk/blob/develop/README.md/' not found

  1. GUID: c210de13-72d2-14c0-ad3a-8dab7338a390 Cloning into '.'...remote: Not Found fatal: repository 'https://github.com/watson-developer-cloud/salesforce-sdk/blob/develop/README.md/' not found
  2. No .salesforcedx.yaml found in repository. Using defaults.

I think it’s the same as issue #31. Deploy to SFDX button either takes a « template » url attribute to the repo, or takes the repo it’s in.

Except that this will work only if the url you’re at when clicking on the button is the root url. Here you’ve likely opened the readme file itself and clicked on the button from there, this the current url is “incorrect”.

Try good no to the repo root url (https://github.com/watson-developer-cloud/salesforce-sdk) and click to the button directly from there, it should work.

There is something that needs to be changed here anyway to avoid these kind of issues.

Its likely something between how it determines the repo automatically (via referrer) and the GitHub API, some parsing of the URL likely is needed. Will take a look. 👍