Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jul 22, 2024
1 parent 1ed9508 commit f127720
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 @@ -97,5 +97,5 @@ jobs:

- name: Run playbook
if: github.ref == 'refs/heads/james/move' && github.event_name == 'push'
run: sleep 10 && export PATH="$HOME/.local/bin:$PATH" && ansible-playbook -i inventory.yaml k8s_infra.yaml
run: sleep 45 && export PATH="$HOME/.local/bin:$PATH" && ansible-playbook -i inventory.yaml k8s_infra.yaml
working-directory: ./ansible/

0 comments on commit f127720

Please sign in to comment.