Update gatsby.yml

This commit is contained in:
Alexander Nozik 2021-03-28 22:40:19 +03:00 committed by GitHub
parent e0df1dfe57
commit 1addafa48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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