when_to_use_ai #12

Merged
armistace merged 19 commits from when_to_use_ai into master 2025-06-06 12:31:58 +10:00
Showing only changes of commit d6d6f1893e - Show all commits

View File

@ -47,7 +47,7 @@ jobs:
- name: Deploy
run: |
echo "Installing Kubectl"
apt get update
apt-get update
apt-get install -y apt-transport-https ca-certificates curl gnupg
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.33/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg