File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
env :
42
42
POSTGRES_STRING : ${{ secrets.POSTGRES_STRING }} # Format: postgres://user:password@/cloudsql/INSTANCE_CONNECTION_NAME/db_name
43
43
PROJECT_ID : ${{ secrets.PROJECT_ID }}
44
- SQL_INSTANCE_CONNECTION_NAME : ${{ secrets.SQL_INSTANCE_CONNECTION_NAME}}
45
44
with :
46
45
app_yaml_path : app.yaml
47
46
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ entrypoint: yarn start
13
13
env_variables :
14
14
POSTGRES_STRING : $POSTGRES_STRING
15
15
PROJECT_ID : $PROJECT_ID
16
- SQL_INSTANCE_CONNECTION_NAME : $SQL_INSTANCE_CONNECTION_NAME
17
16
18
17
# Automatic scaling configuration
19
18
automatic_scaling :
@@ -24,3 +23,7 @@ automatic_scaling:
24
23
network :
25
24
instance_tag : solana-devnet-faucet-backend
26
25
name : default
26
+
27
+ # Cloud SQL Auth Proxy configuration
28
+ beta_settings :
29
+ cloud_sql_instances : analytics-324114:us-central1:analytics-postgres
You can’t perform that action at this time.
0 commit comments