Skip to content

Commit

Permalink
readme for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jan 13, 2025
1 parent c7219b2 commit 24b4eed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/rustfinity-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 24b4eed

Please sign in to comment.