diff --git a/.github/workflows/cantdidnt.yaml b/.github/workflows/cantdidnt.yaml index e408080c..17875f9e 100644 --- a/.github/workflows/cantdidnt.yaml +++ b/.github/workflows/cantdidnt.yaml @@ -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: