github actions update

This commit is contained in:
Alexander Nozik 2021-10-31 12:20:47 +03:00
parent 153b6b606c
commit 2e408b1c40

View File

@ -18,7 +18,7 @@ jobs:
yarn
gatsby build
- name: Publish to server via scp
uses: appleboy/scp-action@0.1.2
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}