Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Dec 3, 2021
1 parent 4341105 commit 959ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
playbook: playbook.yml
directory: ./deployment
key: ${{ $secrets.SSH_KEY }}
key: ${{ secrets.SSH_KEY }}
inventory: |
[all]
${{ steps.public_ip.outputs.stdout }}
Expand Down

0 comments on commit 959ad0d

Please sign in to comment.