Skip to content

Commit 6376d49

Browse files
committedDec 6, 2024
fix CD
1 parent 657bfbe commit 6376d49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
deploy:
88
if: github.event.pull_request.merged == true
99
runs-on: docker
10-
container:
11-
image: node:22
1210
steps:
1311
- name: Checkout repository
1412
uses: actions/checkout@v4
@@ -126,7 +124,7 @@ jobs:
126124
EOF
127125
128126
- name: Run Ansible Playbook
129-
uses: docker://mafyuh/ansible-bws:v1.0.3
127+
uses: docker://mafyuh/ansible-bws:v1.0.4
130128
with:
131129
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
132130
env:

0 commit comments

Comments
 (0)
Please sign in to comment.