| Crates.io | eol-deployer |
| lib.rs | eol-deployer |
| version | 0.1.0 |
| created_at | 2025-06-02 17:38:05.156657+00 |
| updated_at | 2025-06-02 17:38:05.156657+00 |
| description | A tool for deploying new versions of traefik configs |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1698167 |
| size | 39,653 |
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
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