Skip to content

Commit

Permalink
chore: debuggy fun
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 10, 2024
1 parent 861a21d commit 6c6193a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
KUBECONFIG: /github/home/.kube/config
TF_TOKEN_app_terraform_io: ${{ secrets.TERRAFORM_CLOUD_SECRET }}
TF_VAR_hcloud_token: ${{ secrets.HCLOUD_TOKEN }}
TF_VAR_infisical_client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
Expand Down Expand Up @@ -111,5 +112,13 @@ jobs:
tg_dir: ${{ env.WORKING_DIR }}
tg_command: run-all apply

- name: debug
env:
KUBECONFIG: /github/home/.kube/config
run: |
cat $KUBECONFIG
kubectl get nodes
- name: ArgoCD registry
run: kubectl apply -f registry/clusters/prod/registry.yaml

0 comments on commit 6c6193a

Please sign in to comment.