Deplyoments

MetaCroc logo

Deployments #

The Deployments allow to manage versions of the element objects deployed to a specific environments. What does it mean?

There are environments defined for a system (see System element). Each object generated from the element can be deployed to each environment. This tab shows which object version is deployed on which environment. It is possible to manage it manually on this tab or automatically with CI/CD pipeline and API exposed for this purpose.

There are two buttons for each environment and object:

  • Preview
  • Create

Preview works in the same way as the Preview tab. Create generates output (script) with an options Create options

  • Mark as deployed stores information that current version of the object has been deployed to the environment
  • Download allows to download the script
  • Push to git pushes the script to git based on parametrization of git on system environment
Create works with information about previously deployed version to the environment. For tables, it allows to create DDL script with proper ALTERs.