Skip to content

[TASK] Only run deploy stages on success

Oliver requested to merge oli_brr/typo3-distribution:issue-31 into main

The deploy stages should only be executed on success. This is now ensured by adding when: on_success to the add_ssh chunk, which is used by all deploy stages.

Fixes #31 (closed)

Merge request reports