This repository implements a Github Action that's is a variation of the Bitbucket Pipelines examples with org development.
This action is usefull to deploy to non-scratch orgs (sandbox or production) with Github Workflow.
It's a Javascript Github Action, that will once is executed will run the following steps:
- Download and install Salesforce CLI
- Decrypt the certificate
- Auth in the target sandbox/org
- Deploy/Check one or more deploy package
- Deploy/Check destructive changes (optional)
- Execute Data Factory Apex