update node.js.yml x5

This commit is contained in:
2020-06-02 00:12:14 +02:00
parent 6c745b512a
commit 0a9a899656

View File

@@ -11,13 +11,7 @@ jobs:
- uses: actions/checkout@v1
- name: Deploy
uses: garygrossgarten/github-action-ssh@release
with:
command: cp . /home/arthur/website
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
passphrase: ${{ secrets.PASSPHRASE }}
privateKey: ${{ secrets.KEY}}
run: cp . /home/arthur/website
- name: Build
run: yarn run build-all