Update node.js.yml

This commit is contained in:
Erick Ruiz de Chavez 2021-01-05 15:52:40 -05:00 committed by GitHub
parent fb705760de
commit f2f3b996ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,6 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: "_site/*,_site/*.*"
source: "_site"
target: "/home/${{ secrets.USERNAME }}/beta.erickruizdechavez.com"
strip_components: 1