mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-18 06:40:04 +00:00
auth list before calling gcloud
This commit is contained in:
parent
683870e07e
commit
f49e79d672
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -40,7 +40,9 @@ jobs:
|
|||
- name: Login
|
||||
run: |
|
||||
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
|
||||
gcloud run services list # check auth; TODO: remove
|
||||
# TODO remove
|
||||
gcloud auth list
|
||||
gcloud run services list
|
||||
|
||||
# Test a quick one first. TODO: remove
|
||||
- run: ko publish ./cmd/random
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue