parent
e305d52f8c
commit
e8b79e8c66
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Clone homelab git repository
|
||||
run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch
|
||||
- name: Install ansible
|
||||
run: apt-get update && apt-get install ansible-core
|
||||
run: apt-get update && apt-get install ansible-core -y
|
||||
- name: Create ssh key file
|
||||
run: echo -n ${{secrets.ANSIBLE_SSH_KEY}} > key
|
||||
- name: Run ansible playbook
|
||||
|
Loading…
Reference in New Issue
Block a user