Web interface for deployments, with plugin architecture and support
Samson is a web interface for deployments. Live Demo It is currently in maintenance mode (bugfix, but no new features) because we are migrating off it. Create a project and 1 or more stages (staging/production etc), then selects a version and start the deploy.
Easy git deployment is a lightweight deployment tool that simplifies the process of deploying applications to remote servers using Git as the primary mechanism. It works by setting up a remote repository with a post-receive hook that automatically updates the application whenever code is pushed. This approach allows developers to deploy applications by simply pushing changes to a designated branch, eliminating the need for complex deployment pipelines. The tool generates customizable...