Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 683 Bytes

File metadata and controls

13 lines (8 loc) · 683 Bytes

Continuous Integration (CI) & Continuous Deployment (CD)

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.

Reference