Add artifact
This commit is contained in:
parent
2142dbc923
commit
31a299598b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -15,6 +15,12 @@ jobs:
|
|||||||
uses: jzweifel/gatsby-cli-github-action@master
|
uses: jzweifel/gatsby-cli-github-action@master
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user