update node.js.yml x4

This commit is contained in:
2020-06-02 00:11:01 +02:00
parent d8c7d8b151
commit 6c745b512a

View File

@@ -12,12 +12,12 @@ jobs:
- 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}}
with:
command: cp . /home/arthur/website
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
passphrase: ${{ secrets.PASSPHRASE }}
privateKey: ${{ secrets.KEY}}
- name: Build
run: yarn run build-all