Metadata Coverage
Develop and Test Changes Locally
Build and Test the Release Artifact
Test the Release Artifact in a Staging Environment
Release Your App to Production
Cancel a Metadata Deployment
Limitations for Salesforce DX
Previous PDF Versions
Now that all your tests have passed in the Full sandbox, you’re ready to deploy to production.
In your deployment run list, complete any pre-deployment tasks.
Authorize your production org.
Set up the quick deploy by validating the deployment.
1sf project deploy validate --source-dir force-app --target-org prod-org --test-level RunLocalTestsThis command returns a job ID that you reference in the quick deploy.
After the tests are run, verify that all the Apex tests have passed. Be sure that the tests cover at least 75% of the code being deployed.
Run the quick deploy:
1sf project deploy quick --target-org prod-org --job-id jobIDOpen the production org, then perform any post-deployment tasks listed in the deployment run list.