Update node.js.yml
This commit is contained in:
parent
fb705760de
commit
f2f3b996ee
1 changed files with 2 additions and 1 deletions
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
|
@ -31,5 +31,6 @@ jobs:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
source: "_site/*,_site/*.*"
|
source: "_site"
|
||||||
target: "/home/${{ secrets.USERNAME }}/beta.erickruizdechavez.com"
|
target: "/home/${{ secrets.USERNAME }}/beta.erickruizdechavez.com"
|
||||||
|
strip_components: 1
|
||||||
|
|
Loading…
Reference in a new issue