Skip to content

Commit

Permalink
debuggery
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Sep 13, 2023
1 parent e4ba597 commit cbff138
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
uses: google-github-actions/[email protected]

- name: Save kubeconfig
run: gcloud container clusters get-credentials --project keskne ${{ vars.CLUSTER_NAME }} --location ${{ vars.CLUSTER_LOCATION }}
env:
CLOUDSDK_CORE_PROJECT: keskne
run: |
gcloud config list --format='text(core.project)'
gcloud container clusters get-credentials ${{ vars.CLUSTER_NAME }} --location ${{ vars.CLUSTER_LOCATION }}
- name: Helm deploy
# The two TLS secrets have to be put in files because they're multi-line
Expand Down

0 comments on commit cbff138

Please sign in to comment.