What's Changed
✨ Features
- feat: add support for remote repository deployment configuration by @kimdre in #386
- This adds a feature to let doco-cd deploy your docker compose stack from another (remote) repository.
You can manage and trigger the deployments in one repository and use the setting to refer to another repository that contains the Docker Compose related files for your application. - See the new
repository_urldeployment option in the Wiki and the example config.
- This adds a feature to let doco-cd deploy your docker compose stack from another (remote) repository.
🐛 Bug Fixes and Security
Full Changelog: v0.16.0...v0.17.0