From 603ed2196e8550e54294531c3ee6eb381d2bbb70 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 20 Mar 2020 01:57:20 -0400 Subject: [PATCH] . --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8faa897..13d9318 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,5 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} if: github.ref == 'refs/heads/master' - run: | - ssh -o StrictHostKeyChecking=no -A root@204.48.21.111 'ssh git@github.com' + true if: github.ref == 'refs/heads/master' -# - run: | -# mkdir ~/.ssh -# echo "${{ secrets.SECRET_PRIVATE_DEPLOY_KEY }}" > ~/.ssh/id_rsa -# chmod 600 ~/.ssh/id_rsa -# ssh-add