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 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
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ entrypoint: yarn start
1313env_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
1918automatic_scaling :
@@ -24,3 +23,7 @@ automatic_scaling:
2423network :
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
You can’t perform that action at this time.
0 commit comments