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

no such file or directory, open 'config/project-scratch-def.json' #43

Open maroussil opened 6 years ago

maroussil commented 6 years ago

GUID: 5ec5667a-099f-7edf-89d5-146ed4c5393f ERROR: ENOENT: no such file or directory, open 'config/project-scratch-def.json'.

4) GUID: 5ec5667a-099f-7edf-89d5-146ed4c5393f ERROR: ENOENT: no such file or directory, open 'config/project-scratch-def.json'. 3) Set instance url to https://firefly-enterprise-494333.my.salesforce.com. 2) Successfully cloned https://github.com/kevinohara80/sfdc-trigger-framework. 1) No .salesforcedx.yaml found in repository. Using defaults.

FabienTaillon commented 6 years ago

You need a .salesforcedx.yaml file in the repo to make deploy to sfdx work, as explained here: https://deploy-to-sfdx.com/repo I suggest you create an issue on the repo you're looking for or create a pull request to add this file.