From 41c111569d5d2326fa2e41aaff802cf62c9fb36d Mon Sep 17 00:00:00 2001 From: m0veax Date: Sat, 29 Jun 2024 00:41:16 +0200 Subject: [PATCH] add build / deploy instructions to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 87831e9..7d6f6f5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ To start the app, just `cargo run --release` as usual. Find scripts for testing in [`scripts/`](scripts/). +## Build / Deploy + +While building the Docker Container, the sources will be cloned from this repository. + +Set the environment variables to set the update secrets. + +```shell +export consumer_key=foo +export consumer_secret=bar + +docker compose up +``` + ## Need help? Ask chfkch, starblue, m0veax, CyReVolt or your favourite Rustacean. 🦀