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