mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 12:14:34 +01:00
update node.js.yml x3
This commit is contained in:
15
.github/workflows/node.js.yml
vendored
15
.github/workflows/node.js.yml
vendored
@@ -11,14 +11,13 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Deploy
|
||||
uses: easingthemes/ssh-deploy@v2.1.1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
|
||||
ARGS: "-rltgoDzvO --delete"
|
||||
SOURCE: "dist/"
|
||||
REMOTE_HOST: ${{ secrets.SSH_HOST }}
|
||||
REMOTE_USER: ${{ secrets.SSH_USERNAME }}
|
||||
TARGET: "/home/arthur/website"
|
||||
uses: garygrossgarten/github-action-ssh@release
|
||||
with:
|
||||
command: ls -a
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
passphrase: ${{ secrets.PASSPHRASE }}
|
||||
privateKey: ${{ secrets.KEY}}
|
||||
|
||||
- name: Build
|
||||
run: yarn run build-all
|
||||
|
||||
Reference in New Issue
Block a user