parent
eb7b771da8
commit
1971b30139
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user