From b960118f6e680e4ae0fe6852714bb4952132e3db Mon Sep 17 00:00:00 2001 From: Alexei Fedotov Date: Sun, 16 Jun 2024 00:47:26 +0200 Subject: [PATCH] r1 --- .github/workflows/deploy-gh.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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)