wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs
https://deploy-to-sfdx.com
Apache License 2.0
98 stars 22 forks source link

Build choose.ejs list based on database #10

Closed wadewegner closed 6 years ago

wadewegner commented 7 years ago

SELECT count(*) as count, repo FROM deployments ORDER BY count GROUP BY repo

Or something like that to build an ordered list. That way anything that's deployed makes it into the list.

wadewegner commented 6 years ago

Added