The goal of dpdeploy
is to simplify and standardize how a data product
is deployed to a remote data platform or repository.
For released version
remotes::install_github("amashadihossein/dpdeploy")
For dev version
remotes::install_github("amashadihossein/dpdeploy", ref = "dev")
Assuming you have properly configured your project and workflow using
dpbuild
, only a single call is needed to deploy.
dpdeploy::dp_deploy(project_path = "<PATH_TO_PROJECT>")