diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fa07b4..152746d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,12 +9,14 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - repository: cuqmbr/homelab + # - name: Checkout repository + # uses: actions/checkout@v4 + # with: + # repository: cuqmbr/homelab + - name: Clone homelab git repository + run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --sparse --branch main --single-branch - name: Change directory into ansible - run: cd ./ansible + run: cd ./homelab/ansible - name: Run playbook uses: dawidd6/action-ansible-playbook@v4 with: