Skip to content

Deploy Context

Miguel Nicolás-Díaz edited this page Nov 23, 2023 · 2 revisions

A Deploy Context is a scriptable object that, basically, has a list of (build platform, deploy platform) pairs. This list, among other configurations, are sent to Github Actions (or the backend selected in the settings) to be built and deployed on those platforms.

  • Repository Branch Or Tag: The repository's branch or tag you want to build. Also, you can specify the remote you want to use, in case you have more than one, with the syntax [remote]/[branch or tag]. In case you just set [branch or tag] remote defaults to origin.
  • Override Variables: A list of overrides you can apply to your proyect's scriptable objects. More info here.
  • Platforms: A list of Build-Deploy elements. More info here.
  • Build and Deploy button: The button to execute the build and deploy process in CI backend selected in the settings.

Clone this wiki locally