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 75f5208 commit dc18bb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: |
systemctl status sshd
ssh $(hostname -i) echo hello
sleep 200
Expand All @@ -61,11 +62,13 @@ jobs:

- run: |
set -vx
ls -l
echo ${{ matrix.id }}
ip=$(cat control-node-ip.txt)
mkdir .ssh
chmod 700 .ssh
chmod 600 id_rsa.pub
mv id_rsa.pub .ssh/
ping $ip
ssh $ip echo hello

0 comments on commit dc18bb1

Please sign in to comment.