Skip to content

Commit 992bd82

Browse files
committed
add initial gcloud comands
1 parent ebe548d commit 992bd82

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
jobs:
2+
job_id:
3+
steps:
4+
- id: 'auth'
5+
uses: 'google-github-actions/auth@v2'
6+
with:
7+
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
8+
- id: 'Set up Cloud SDK'
9+
uses: 'google-github-actions/setup-gcloud@v2'
10+
- name: 'Use gcloud CLI'
11+
run: 'gcloud info'
12+
- name: 'Use gcloud CLI to create DB'
13+
run: 'gcloud sql databases create TEST-DB23 --instance=idp-postgres-db --project=code-idp'

0 commit comments

Comments
 (0)