Skip to content

[PM-469] Self-contained deployments

Robert Selvek requested to merge PM-469-self-contained-deployments into f-PM-678

Context

We want to store all files related to a service deployment (with the exception of the systemd unit file) in a single location.

What was done

  • Move start.sh script into server's install folder instead of the /etc/systemd/system/.d directory
  • Modify unit files to use the moved script

TODO

QA

  • code was not unit tested, because it's deployment scripts
  • acceptance tests were not written, because it's deployment scripts

Review objectives

  • assessment of code functionality
  • assessment of code quality
  • knowledge sharing

Merge request reports