Skip to content

Commit

Permalink
Specify username and host for sqlcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 21, 2024
1 parent 506f10d commit 658ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Connect to GCP bucket
run: |
which sqlcmd
sqlcmd
sqlcmd -S 127.0.0.1 -U ${{ secrets.CLOUD_SQL_DATABASE_USERNAME }}

0 comments on commit 658ae60

Please sign in to comment.