Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

Warning

You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.

Table of contents

Table of Contents
excludeTable of contents

...

The Deploy system supports hooks that are started before or after deployment. These hooks are executable files of any kind (eg script, Linux binary file). See further documentation.

Restrictions

Parallel deployment

Parallel deployments are possible when the stack and deployment procedure adheres to the following requirements:

  • roles for parallel deployment must not be on the same instances

  • deployment must run in 2 subsequent stages:

    • first stage updates the sources sequentially (parameter -m)

    • second stage deploys the source code to the target instances (parameter -n)

...