File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 39
39
- name : Replace app.yml secrets
40
40
41
41
env :
42
- POSTGRES_STRING : ${{ secrets.POSTGRES_STRING }}
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}}
44
45
with :
45
46
app_yaml_path : app.yaml
46
47
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ automatic_scaling:
22
22
# Network configuration
23
23
network :
24
24
instance_tag : solana-devnet-faucet-backend
25
- name : default
25
+ name : default
26
+
27
+ # Cloud SQL Auth Proxy configuration
28
+ beta_settings :
29
+ cloud_sql_instances : $SQL_INSTANCE_CONNECTION_NAME
You can’t perform that action at this time.
0 commit comments