Skip to content

Commit

Permalink
debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie committed Nov 26, 2024
1 parent 2ef6fee commit b35e6c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ jobs:
ssh -i ~/.ssh/id_rsa ubuntu-1021342@145.24.223.64 -p 22 "echo 'SSH Test Connection Successful'"
timeout: 300s # Timeout in seconds (5 minutes)
- name: Debug SSH Action
run: |
echo "Starting SSH deployment..."
echo "Server IP: ${{ secrets.SERVER_IP }}"
echo "User: ${{ secrets.SERVER_USER }}"
echo "SSH Key: ${{ secrets.SERVER_SSH_KEY }}"

0 comments on commit b35e6c9

Please sign in to comment.