mirror of
https://github.com/pragma-/pbot.git
synced 2025-07-06 13:37:28 +02:00
Creds again.
This commit is contained in:
parent
0d19848f33
commit
b539cd414b
8
.github/workflows/cantdidnt.yaml
vendored
8
.github/workflows/cantdidnt.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user