Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2colours authored Feb 29, 2024
1 parent 275c3b7 commit 2b7fc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo echo "{{ secrets.SERVICE_HOST }} vps.contabo" | sudo tee -a /etc/hosts > /dev/null
- name: Ping host
run: ping -c 10 vps.contabo
run: sudo cat /etc/hosts
- uses: dawidd6/[email protected]
with:
# Ansible playbook filepath
Expand Down

0 comments on commit 2b7fc0e

Please sign in to comment.