mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 12:14:34 +01:00
update node.js.yml
This commit is contained in:
12
.github/workflows/node.js.yml
vendored
12
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user