We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3c27e commit fc6bf2aCopy full SHA for fc6bf2a
.github/workflows/test-ssh.yml
@@ -20,4 +20,4 @@ jobs:
20
21
- name: Run command on server
22
run: |
23
- ssh -i ~/.ssh/id_ed25519 ec2-user@your-server-ip 'echo "GitHub Actions connected successfully!"'
+ ssh -i ~/.ssh/id_ed25519 bitnami@3.124.243.224 'echo "GitHub Actions connected successfully!"'
0 commit comments