From 788bf975550e03344704e9dcb7cad69b114a2c1b Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 1 Jun 2020 23:51:01 +0200 Subject: [PATCH] update node.js.yml --- .github/workflows/node.js.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8c5d43a..9463394 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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