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