Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
Alexander Nozik 2020-08-24 14:47:44 +03:00
commit e8439d7cf9

View File

@ -16,6 +16,12 @@ jobs:
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
with: