.
Some checks failed
deploy host / build (push) Failing after 4s

This commit is contained in:
2024-09-01 01:10:54 +01:00
parent 9d38aa7b31
commit bd2bb9f0dc

View File

@@ -12,6 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: ls
run: |
ls -lah
# - name: Install Ansible
# shell: bash
# run: |
@@ -22,7 +27,7 @@ jobs:
run: |
docker pull librespace/ansible
docker run librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx
docker run --mount type=bind,source="$(pwd)",target=/app librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx
# - name: Run Ansible Playboo