mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-13 12:17:22 +01: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:
|
env:
|
||||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||||
GKE_CLUSTER: cluster-1
|
GKE_CLUSTER: pragma
|
||||||
GKE_ZONE: us-central1-c
|
GKE_ZONE: us-central1-c
|
||||||
DEPLOYMENT_NAME: candide
|
DEPLOYMENT_NAME: candide
|
||||||
REPOSITORY: pbot
|
REPOSITORY: pbot
|
||||||
@ -25,6 +25,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: 'Authenticate to Google Cloud'
|
- name: 'Authenticate to Google Cloud'
|
||||||
id: 'auth'
|
id: 'auth'
|
||||||
@ -35,6 +37,10 @@ jobs:
|
|||||||
- name: 'Set up Cloud SDK'
|
- name: 'Set up Cloud SDK'
|
||||||
uses: 'google-github-actions/setup-gcloud@v1'
|
uses: 'google-github-actions/setup-gcloud@v1'
|
||||||
|
|
||||||
|
- name: Setup kubectl
|
||||||
|
id: install-kubectl
|
||||||
|
uses: azure/setup-kubectl@v3
|
||||||
|
|
||||||
- name: Set up GKE credentials
|
- name: Set up GKE credentials
|
||||||
uses: google-github-actions/get-gke-credentials@v2
|
uses: google-github-actions/get-gke-credentials@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user