Skip to content

Commit

Permalink
Fix Ansible playbook ad-hoc inventory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJHart committed Mar 28, 2022
1 parent 561b86f commit 991ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devel_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Use Ansible to deploy to production
run: >
ansible-playbook
-i ${{ secrets.PRODUCTION_HOST }}
-i '${{ secrets.PRODUCTION_HOST }},'
./tools/ansible/deploy.yaml
-e ansible_user=${{ secrets.PRODUCTION_USERNAME }}
-e ansible_password=${{ secrets.PRODUCTION_PASSWORD }}
Expand Down

0 comments on commit 991ded7

Please sign in to comment.