Skip to content

Commit ff6083f

Browse files
authored
Merge pull request #8 from notEduardo/debug
hardcoding because beta section does not allow interpolation
2 parents a5341a8 + 5916a76 commit ff6083f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
env:
4242
POSTGRES_STRING: ${{ secrets.POSTGRES_STRING }} # Format: postgres://user:password@/cloudsql/INSTANCE_CONNECTION_NAME/db_name
4343
PROJECT_ID: ${{ secrets.PROJECT_ID }}
44-
SQL_INSTANCE_CONNECTION_NAME: ${{ secrets.SQL_INSTANCE_CONNECTION_NAME}}
4544
with:
4645
app_yaml_path: app.yaml
4746

app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ entrypoint: yarn start
1313
env_variables:
1414
POSTGRES_STRING: $POSTGRES_STRING
1515
PROJECT_ID: $PROJECT_ID
16-
SQL_INSTANCE_CONNECTION_NAME: $SQL_INSTANCE_CONNECTION_NAME
1716

1817
# Automatic scaling configuration
1918
automatic_scaling:
@@ -24,3 +23,7 @@ automatic_scaling:
2423
network:
2524
instance_tag: solana-devnet-faucet-backend
2625
name: default
26+
27+
# Cloud SQL Auth Proxy configuration
28+
beta_settings:
29+
cloud_sql_instances: analytics-324114:us-central1:analytics-postgres

0 commit comments

Comments
 (0)