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
2 parents 9d27ef6 + 2fcbc36 commit ca1d00c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
id_rsa.pub
- run: |
systemctl status sshd
ssh -o StrictHostKeyChecking=no $(hostname -i) echo hello
set -vx
#ssh -o StrictHostKeyChecking=no $(hostname -i) echo hello
ip addr
sudo iptables -L -v -n
ps -ef
sleep 200
Expand All @@ -63,6 +67,11 @@ jobs:

- run: |
set -vx
# sudo iptables -P INPUT ACCEPT
# sudo iptables -P OUTPUT ACCEPT
# sudo iptables -P FORWARD ACCEPT
# sudo iptables -F
echo ${{ matrix.id }}
ip=$(cat control-node-ip.txt)
Expand All @@ -71,5 +80,6 @@ jobs:
chmod 600 id_rsa.pub
mv id_rsa.pub .ssh/
ip addr
ssh -o StrictHostKeyChecking=no $ip echo hello

0 comments on commit ca1d00c

Please sign in to comment.