dewy icon indicating copy to clipboard operation
dewy copied to clipboard

Dewy is a Linux service that enables declarative deployment of applications in non-Kubernetes environments.

Results 5 dewy issues
Sort by recently updated
recently updated
newest added

Dewy's supervisor works this: - instruct release to each dewy with hostname taken - caching artifacts - also provide library for existing api embed

My idea is here: 1. source change detection 1. (before deliveries hook) 1. (before deployment hook) 1. deployment 1. (after deployment hook) 1. notification 1. (before reloading hook) 1. server...

When fail on unarchive or download, continuing notified for failure. This is noisy. So, disable failure notification over 3 times. After that come back notification if success.

## Summary Add support for zero-downtime container deployments using OCI/Docker registries and Blue-Green deployment strategy. ### Implemented Features - **OCI Artifact Support**: Pull container images from Docker registries - **OCI...

The `dewy container` command achieves blue-green deployment by starting a new container (green) on a Docker network and performing health checks. Once healthy, it adds the network alias (e.g., "myapp-current")...