Skip to content

Commit

Permalink
start cloudsql proxy manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Apr 18, 2024
1 parent add7850 commit fc301f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ runs:
with:
version: '1.7.1'

- uses: mattes/gce-cloudsql-proxy-action@v1
with:
creds: ${{ inputs.google_credentials_path }}
instance: ${{ inputs.db_instance_id }}
- name: Run cloudsql proxy
run: |
curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.11.0/cloud-sql-proxy.linux.amd64 &&
chmod +x cloud-sql-proxy
./cloud-sql-proxy ${{ inputs.db_instance_id }} &
- name: Install poetry deps for meltano
shell: bash
Expand Down

0 comments on commit fc301f1

Please sign in to comment.