eol-deployer

Crates.ioeol-deployer
lib.rseol-deployer
version0.1.0
created_at2025-06-02 17:38:05.156657+00
updated_at2025-06-02 17:38:05.156657+00
descriptionA tool for deploying new versions of traefik configs
homepage
repository
max_upload_size
id1698167
size39,653
Ari (auser)

documentation

README

Deployer for traefik configs

Usage

cargo run -- --tag v1.2.3 --name my-traefik-project --repo-url https://github.com/org/repo.git --mount-path /opt/configs
cargo run -- --tag v1.2.3 --name my-traefik-project

Configuration

The configuration is done through a .env file. If no CLI args are provided, the configuration will be loaded from the .env file.

The .env file should contain the following variables:

REPO_URL=https://github.com/org/repo.git
MOUNT_PATH=/opt/configs

Development

Commit count: 0

cargo fmt