misc: made digital ocean envs encrypted by default

This commit is contained in:
Sheen Capadngan
2024-05-22 01:12:28 +08:00
parent e7f7f271c8
commit c2830a56b6

View File

@@ -2965,7 +2965,7 @@ const syncSecretsDigitalOceanAppPlatform = async ({
spec: {
name: integration.app,
...appSettings,
envs: Object.entries(secrets).map(([key, data]) => ({ key, value: data.value }))
envs: Object.entries(secrets).map(([key, data]) => ({ key, value: data.value, type: "SECRET" }))
}
},
{