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 f0d2fe4 commit 45ff3c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: deploy/deploy.yml
directory: ./
playbook: ./deploy/deploy.yml
key: ${{secrets.SSH_PRIVATE_KEY}}
# Optional, literal inventory file contents
inventory: ${{ secrets.inventory }}

0 comments on commit 45ff3c5

Please # to comment.