Skip to content

Commit

Permalink
r1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakot committed Jun 15, 2024
1 parent cb3c980 commit b960118
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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 Down

0 comments on commit b960118

Please sign in to comment.