Skip to content

Commit

Permalink
Update deploy prod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 4, 2024
1 parent bfe889f commit 8abfdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Ansible Playbook
run: |
cd ansible
ansible-playbook -i hosts prod.yml
ansible-playbook -i hosts prod.yml --tags update
env:
ANSIBLE_HOST_KEY_CHECKING: 'False'
ANSIBLE_REMOTE_USER: ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit 8abfdd2

Please sign in to comment.