Fixes CI/CD

This commit is contained in:
2024-02-14 00:55:30 -03:00
parent cb199dce37
commit 95b15e133b
2 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ jobs:
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
script: |
sudo apt update && sudo apt install -y jq python3-pip
sudo apt update && sudo apt install -y jq
export KUBECONFIG=$HOME/.kube/k3s.yaml
cd infra-hideyoshi.com
./deploy.sh --prod
./refresh.sh