Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
e8439d7cf9
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -16,6 +16,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gatsby-arg: build
|
gatsby-arg: build
|
||||||
|
|
||||||
|
- name: Upload bundle
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: "site-bundle"
|
||||||
|
path: "public/"
|
||||||
|
|
||||||
- name: Deply via ssh
|
- name: Deply via ssh
|
||||||
uses: appleboy/scp-action@v0.1.1
|
uses: appleboy/scp-action@v0.1.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user