Skip to content

Commit

Permalink
Test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertClo committed Aug 10, 2024
1 parent fb10261 commit 5693c5b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ jobs:
key: ${{ secrets.AWS_INSTANCE_SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Network debugging
env:
HOST: ${{ secrets.AWS_INSTANCE_IP }}
run: |
echo "Attempting to ping the instance..."
ping -c 4 $HOST
echo "Attempting to telnet to port 22..."
timeout 5 telnet $HOST 22
echo "Checking route to the instance..."
traceroute $HOST
- name: Deploy to EC2
env:
HOST: ec2-user@${{ secrets.AWS_INSTANCE_IP }}
Expand Down

0 comments on commit 5693c5b

Please sign in to comment.