Skip to content

Commit

Permalink
Is mysql up?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 21, 2024
1 parent 45daad4 commit ae460ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
# Use Github Actions marketplace
- name: Connect to GCP bucket
run: |
which gcloud
which cloud-sql-proxy
mysql --host 127.0.0.1 --port ${{ secrets.CLOUD_SQL_DATABASE_PORT }} --user ${{ secrets.CLOUD_SQL_DATABASE_USERNAME }} --password ${{ secrets.CLOUD_SQL_DATABASE_PASSWORD }}

0 comments on commit ae460ed

Please sign in to comment.