feat: release to prod
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
921a7c6fbf
commit
3ca0a836ca
@ -107,8 +107,8 @@ impl ReleaseManager {
|
|||||||
let artifact_contents = tokio::fs::read(artifact).await?;
|
let artifact_contents = tokio::fs::read(artifact).await?;
|
||||||
let env = if release_req.branch == "main" {
|
let env = if release_req.branch == "main" {
|
||||||
// FIXME: select prod instead
|
// FIXME: select prod instead
|
||||||
//"prod"
|
"prod"
|
||||||
"dev"
|
//"dev"
|
||||||
} else {
|
} else {
|
||||||
"dev"
|
"dev"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user