docs: update readme (#1)

This commit is contained in:
Malo Léon 2023-04-26 12:36:47 +02:00
parent e326401286
commit d4a16eba70

View File

@ -71,7 +71,7 @@ build_and_deploy(beta_type: "internal")
#### Promote #### Promote
```ruby ```ruby
promote(beta_type: "internal") promote(from: "internal", destination: "beta")
``` ```
note that beta type can be `production`, `beta`, `alpha`, `internal`. note that beta type can be `production`, `beta`, `alpha`, `internal`.