This commit is contained in:
Leandro Facchinetti 2020-03-20 01:46:23 -04:00
parent 76036863ef
commit daa538badd
1 changed files with 2 additions and 1 deletions

View File

@ -8,12 +8,13 @@ jobs:
with:
node-version: "13.x"
- run: npm install-ci-test
- run: echo ${{ github.ref }}
- uses: webfactory/ssh-agent@v0.2.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
if: github.ref == 'ref/head/master'
- run: |
ssh -A root@204.48.21.111 'ssh git@github.com'
ssh -o StrictHostKeyChecking=no -A root@204.48.21.111 'ssh git@github.com'
if: github.ref == 'ref/head/master'
# - run: |
# mkdir ~/.ssh