We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc83f0a commit acc23e8Copy full SHA for acc23e8
.github/actions/deploy_gcloud/action.yml
@@ -156,7 +156,7 @@ runs:
156
is_sql_proxy_ready=0
157
for i in {1..30}; do
158
echo "Waiting for cloudsql-proxy to be ready $i/30"
159
- if pg_isready --host=/cloudsql/decent-digit-629:europe-west1:db-new --port=5432; then
+ if pg_isready --host=${DATABASE_HOST} --port=5432; then
160
echo "cloudsql-proxy is ready"
161
is_sql_proxy_ready=1
162
break
0 commit comments