Update main.yml

This commit is contained in:
Alexander Nozik 2020-06-25 17:37:05 +03:00 committed by GitHub
parent a3c8a29503
commit 32a6137ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
key: ${{ NPM_GITHUB_PRIVATE_KEY }} key: ${{ secrets.NPM_GITHUB_PRIVATE_KEY }}
source: "public/*" source: "public/*"
target: "/home/webmaster/html/" target: "/home/webmaster/html/"
overwrite: true overwrite: true