Removing repositories
Removing a project from the server
- Remove the webhook in the repository settings on GitHub.
- Find and delete the vhosts belonging to this repository. They should be installed in
VHOST_PATH(in.env). There may be multiple vhosts: one for every 'supported branch'. - Delete SSL certificates belonging to the
CNAMEof the repository manually usingcertbot(look up commands online for latest directions). - Run
sudo service nginx reload. The project should now be offline. - Go to the install location of the dist-server (recommended: /opt/dist-server).
- Delete the source repository from
.sources. - Delete the build symlink from
.buildsand the directory it points to.