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:
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: