mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: fix beta deployment
This commit is contained in:
1
.github/actions/deploy/deploy.mjs
vendored
1
.github/actions/deploy/deploy.mjs
vendored
@@ -71,6 +71,7 @@ const createHelmCommand = ({ isDryRun }) => {
|
||||
isProduction || isBeta || isInternal
|
||||
? [
|
||||
`--set cloud-sql-proxy.enabled=true`,
|
||||
`--set-string cloud-sql-proxy.database.connectionName="${GCLOUD_CONNECTION_NAME}"`,
|
||||
`--set-string global.database.host=${DATABASE_URL}`,
|
||||
`--set-string global.database.user=${DATABASE_USERNAME}`,
|
||||
`--set-string global.database.password=${DATABASE_PASSWORD}`,
|
||||
|
||||
Reference in New Issue
Block a user