feat: release to prod
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-05-26 23:08:26 +02:00
parent 921a7c6fbf
commit 3ca0a836ca
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -107,8 +107,8 @@ impl ReleaseManager {
let artifact_contents = tokio::fs::read(artifact).await?;
let env = if release_req.branch == "main" {
// FIXME: select prod instead
//"prod"
"dev"
"prod"
//"dev"
} else {
"dev"
};