github kimdre/doco-cd v0.79.0

9 hours ago

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

  • feat(deploy): add ability to define environment variables in deploy settings by @kimdre in #1204

Full Changelog: v0.78.0...v0.79.0

Don't miss a new doco-cd release

NewReleases is sending notifications on new releases.