Update main.yml
This commit is contained in:
parent
a3c8a29503
commit
32a6137ecb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: appleboy/scp-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
key: ${{ NPM_GITHUB_PRIVATE_KEY }}
|
||||
key: ${{ secrets.NPM_GITHUB_PRIVATE_KEY }}
|
||||
source: "public/*"
|
||||
target: "/home/webmaster/html/"
|
||||
overwrite: true
|
||||
|
Loading…
Reference in New Issue
Block a user