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: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }} port: ${{ secrets.PORT }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.WEBMASTER_USERNAME }}
key: ${{ secrets.KEY }} key: ${{ secrets.NPM_GITHUB_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
source: "public/*" source: "public/*"
target: "/home/webmaster/html" target: "/home/webmaster/html"
overwrite: 1 overwrite: 1