github actions update
This commit is contained in:
parent
153b6b606c
commit
2e408b1c40
2
.github/workflows/gatsby.yml
vendored
2
.github/workflows/gatsby.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
yarn
|
yarn
|
||||||
gatsby build
|
gatsby build
|
||||||
- name: Publish to server via scp
|
- name: Publish to server via scp
|
||||||
uses: appleboy/scp-action@0.1.2
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
|
Loading…
Reference in New Issue
Block a user