fix cd
This commit is contained in:
parent
b5959ab05f
commit
25ee4b64e2
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true
|
||||
runs-on: docker
|
||||
container:
|
||||
image: mafyuh/ansible-bws:v1.0.4
|
||||
image: mafyuh/ansible-bws:v1.0.5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -145,7 +145,7 @@ jobs:
|
|||
ssh-add /root/.ssh/id_rsa
|
||||
|
||||
- name: Run Ansible Playbook
|
||||
uses: docker://mafyuh/ansible-bws:v1.0.4
|
||||
uses: docker://mafyuh/ansible-bws:v1.0.5
|
||||
with:
|
||||
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml -vvvv --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue