Update gatsby.yml
This commit is contained in:
parent
e0df1dfe57
commit
1addafa48f
5
.github/workflows/gatsby.yml
vendored
5
.github/workflows/gatsby.yml
vendored
@ -25,9 +25,8 @@ jobs:
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
port: ${{ secrets.PORT }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
passphrase: ${{ secrets.PASSPHRASE }}
|
||||
username: ${{ secrets.WEBMASTER_USERNAME }}
|
||||
key: ${{ secrets.NPM_GITHUB_PRIVATE_KEY }}
|
||||
source: "public/*"
|
||||
target: "/home/webmaster/html"
|
||||
overwrite: 1
|
||||
|
Loading…
Reference in New Issue
Block a user