MENU

Fun & Interesting

How to Create CI/CD Pipeline for Salesforce Deployments Step-By-Step - using Github Actions

Salesforce for Noobs 1,661 6 months ago
Video Not Working? Fix It Now

In this video I am teaching how to How to Create CI/CD Pipeline for Salesforce Deployments Step-By-Step - using Github Actions. It is very detailed tutorial explaining lots of things and I believe it should be valuable for individuals who do not have experience with CI/CD pipelines or for individuals who already have experience but they still need clarity around this topic. Commands to create CSR and Key: openssl genrsa -des3 -passout pass:dummyPassword -out server.pass.key 2048 openssl rsa -passin pass:dummyPassword -in server.pass.key -out server.key rm server.pass.key openssl req -new -key server.key -out server.csr Command to create CRT: openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt YAML File: https://github.com/jubocade/YAML-File-For-Noobs Linkedin: https://www.linkedin.com/in/jumber #salesforce #salesforcedevelopment #salesforcetutorial #cicd #githubactions

Comment