Skip to content

Commit

Permalink
attempt to fix ansible in action
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Mar 30, 2024
1 parent 776371d commit 70cac28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: /deploy/deploy.yml
playbook: deploy.yml
directory: deploy
key: ${{secrets.SSH_PRIVATE_KEY}}
# Optional, literal inventory file contents
inventory: ${{ secrets.inventory }}

0 comments on commit 70cac28

Please sign in to comment.