Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 15, 2024
1 parent dc18bb1 commit 28818d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: |
systemctl status sshd
ssh $(hostname -i) echo hello
ssh -o StrictHostKeyChecking=no $(hostname -i) echo hello
sleep 200
Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
chmod 600 id_rsa.pub
mv id_rsa.pub .ssh/
ssh $ip echo hello
ssh -o StrictHostKeyChecking=no $ip echo hello

0 comments on commit 28818d0

Please sign in to comment.