What's Changed
This release adds the ability to write environment variables for variable interpolation directly in the deployment configuration.
For example
# .doco-cd.yml
name: demo
environment:
KEY: value# docker-compose.yml
services:
test:
image: nginx:latest
labels:
- test=$KEY✨ Features
Full Changelog: v0.78.0...v0.79.0