Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Jun 17, 2024
1 parent 05d1170 commit fca222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

steps:
- run: |
set -vx
hostname -i >control-node-ip.txt
ssh-keygen -q -b 2048 -t rsa -N '' -C 'cluster key' -f ~/.ssh/id_rsa
cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys
Expand All @@ -45,7 +46,6 @@ jobs:
#ssh -o StrictHostKeyChecking=no $(hostname -i) echo hello
ip addr
sudo iptables -L -v -n
ps -ef
sleep 200
Expand Down

0 comments on commit fca222a

Please sign in to comment.