.environment
folder to be present in the root folder of your repository.
This folder contains all files which are bound to angrezis server environment.
Usually systemd-service files, other configuration and a deploy script are situated here../environment/deploy.sh
sudo setup-service [service-name]
.
this will copy all the environment-files into /opt/services/[service-name]
and symlink a few known configuration files automatically..environment/
you have to call setup-service
again for your changes to take effect.
This is a security measure.