diff --git a/.github/workflows/deploy-gh.yaml b/.github/workflows/deploy-gh.yaml index 35ed1a3..859e1a3 100644 --- a/.github/workflows/deploy-gh.yaml +++ b/.github/workflows/deploy-gh.yaml @@ -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)