Skip to content

Commit 4a74533

Browse files
committedDec 5, 2024
fix ansibleCD
1 parent 91a1930 commit 4a74533

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@ jobs:
8484
;;
8585
esac
8686
echo "Deploying to $target_host for folder $folder"
87-
87+
done
88+
8889
- name: Run Ansible Playbook
8990
uses: docker://mafyuh/ansible-bws:v1.0.1
9091
with:
9192
args: ansible-playbook -i hosts.ini /playbooks/deploy-docker.yml --extra-vars "target_host=$target_host folder=$folder"
9293
env:
9394
BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }}
94-
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
95+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.