Skip to content

Commit 25ee4b6

Browse files
committedDec 6, 2024
fix cd
1 parent b5959ab commit 25ee4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.merged == true
1010
runs-on: docker
1111
container:
12-
image: mafyuh/ansible-bws:v1.0.4
12+
image: mafyuh/ansible-bws:v1.0.5
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
@@ -145,7 +145,7 @@ jobs:
145145
ssh-add /root/.ssh/id_rsa
146146
147147
- name: Run Ansible Playbook
148-
uses: docker://mafyuh/ansible-bws:v1.0.4
148+
uses: docker://mafyuh/ansible-bws:v1.0.5
149149
with:
150150
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml -vvvv --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
151151
env:

0 commit comments

Comments
 (0)
Please sign in to comment.