3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-07-06 13:37:28 +02:00

Creds again.

This commit is contained in:
Alex Belanger 2024-03-08 21:16:28 -05:00
parent 0d19848f33
commit b539cd414b
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -7,7 +7,7 @@ on:
env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
GKE_CLUSTER: cluster-1
GKE_CLUSTER: pragma
GKE_ZONE: us-central1-c
DEPLOYMENT_NAME: candide
REPOSITORY: pbot
@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: 'Authenticate to Google Cloud'
id: 'auth'
@ -35,6 +37,10 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
- name: Setup kubectl
id: install-kubectl
uses: azure/setup-kubectl@v3
- name: Set up GKE credentials
uses: google-github-actions/get-gke-credentials@v2
with: