CI and CD can be performed using any platform like Azure DevOps Pipeline
or GitHub Actions
, etc. where the following make
commands in Makefile might be useful.
- CI: execute
make ci
from the Pipeline/Action stage. - CD: execute
make cd
from the Pipeline/Action stage.
NOTE: Set env variables - DATABRICKS_HOST
, DATABRICKS_TOKEN
in the environment prior executing CD stage.