Add artifact

This commit is contained in:
Alexander Nozik 2020-08-24 09:39:42 +03:00 committed by GitHub
parent 2142dbc923
commit 31a299598b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,12 @@ jobs:
uses: jzweifel/gatsby-cli-github-action@master
with:
gatsby-arg: build
- name: Upload bundle
uses: actions/upload-artifact@v2
with:
name: "site-bundle"
path: "public/"
- name: Deply via ssh
uses: appleboy/scp-action@v0.1.1