Silta is a combination of open source tools and cloud services to provide a simple but flexible, self-service infrastructure for development teams, as well as a stable production hosting.
- Creating a new project
- Migrating an existing project Drupal project
- Anatomy of a Silta project
- CircleCI configuration examples
- silta.yml configuration examples
- Encrypting sensitive configuration
- Helping with Silta development
- Troubleshooting
- Go-live checklist
All infrastructure configuration is based on Git, a deployment is triggered automatically when pushing code to Github. The Github status checks link to the CircleCI log output.
Each branch is deployed to a dedicated environment based on its content. The URL of the environment can be found at the end of the CircleCI log output on a successful build.
It means "bridge" in Finnish.
Yes, our code is open. However, we haven't put special attention to this use case at this point.
This might be technically possible, but multisite setups provide little benefits in a container-based environment. Instead, it is recommended to trigger the deployment of multiple sites into dedicated environments from the same repository.