update node.js.yml

This commit is contained in:
2020-06-01 23:51:01 +02:00
parent 9dcd9db166
commit 788bf97555

View File

@@ -11,14 +11,10 @@ jobs:
- uses: actions/checkout@v1
- name: Deploy
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
source: "."
target: "/home/arthur/website"
uses: actions/upload-artifact@v2
with:
name: ArthurDanjouFR
path: /home/arthur/website
- name: Install
uses: appleboy/ssh-action@master