From c188abb9cab18e338673d0f80a64935a6b59c8de Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 23 Jun 2025 22:02:08 +0300 Subject: [PATCH] update --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9af0a40..eb2c356 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,10 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout cuqmbr/homelab repository - run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch - - name: Setup ansible - run: apt-get update && apt-get install ansible-core -y + # - name: Checkout cuqmbr/homelab repository + # run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch + # - name: Setup ansible + # run: apt-get update && apt-get install ansible-core -y - name: Add SSH key env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock