1
0

update
Some checks failed
/ deploy (push) Failing after 8s

This commit is contained in:
cuqmbr 2025-06-23 18:41:43 +03:00
parent eb7b771da8
commit 1971b30139
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -9,12 +9,14 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository # - name: Checkout repository
uses: actions/checkout@v4 # uses: actions/checkout@v4
with: # with:
repository: cuqmbr/homelab # 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 - name: Change directory into ansible
run: cd ./ansible run: cd ./homelab/ansible
- name: Run playbook - name: Run playbook
uses: dawidd6/action-ansible-playbook@v4 uses: dawidd6/action-ansible-playbook@v4
with: with: