eol-deployer 0.1.0

A tool for deploying new versions of traefik configs
Documentation
  • Coverage
  • 0%
    0 out of 84 items documented0 out of 28 items with examples
  • Size
  • Source code size: 39.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 35s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • auser

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