Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Dec 3, 2021
1 parent a61e603 commit 4341105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
with:
playbook: playbook.yml
directory: ./deployment
key: ${{secrets.SSH_KEY}}
key: ${{ $secrets.SSH_KEY }}
inventory: |
[all]
${{ steps.public_ip.outputs.stdout }}
requirements: galaxy-requirements.yaml
options: |
--extra-vars git_ref="{{ github.sha }}"
--extra-vars git_ref={{ github.sha }}
--ssh-common-args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
-u egi

0 comments on commit 4341105

Please sign in to comment.