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