From 24b4eedf041995b386f0431e62155b9cc967021e Mon Sep 17 00:00:00 2001 From: dcodesdev <101001810+dcodesdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:24:53 +0300 Subject: [PATCH] readme for runner --- crates/rustfinity-runner/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crates/rustfinity-runner/README.md b/crates/rustfinity-runner/README.md index cc7d086..572718d 100644 --- a/crates/rustfinity-runner/README.md +++ b/crates/rustfinity-runner/README.md @@ -48,3 +48,12 @@ docker run -i \ - `playground`: Runs a provided snippet of code, used in [rustfinity.com/playground](https://www.rustfinity.com/playground), requires one argument: - `--code`: Base64 encoded code (user submitted) + +## How to deploy + +Create a new tag and push to github. + +### Tag format + +- For main `v0.1.0` +- For staging `v0.1.0-staging`