This commit is contained in:
Leandro Facchinetti 2020-03-20 01:57:20 -04:00
parent 8d08525766
commit 603ed2196e
1 changed files with 1 additions and 6 deletions

View File

@ -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