Update main.yml

This commit is contained in:
Alexander Nozik 2020-06-26 09:51:24 +03:00 committed by GitHub
parent 8fa40f3f72
commit 7649e85b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@v2.3.1
- name: Build Gatsby Site
uses: jzweifel/gatsby-cli-github-action@1.0.0
uses: jzweifel/gatsby-cli-github-action@v1.0.0
with:
gatsby-arg: build
- name: Deply via ssh
uses: appleboy/scp-action@0.0.1
uses: appleboy/scp-action@v0.0.1
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.WEBMASTER_USERNAME }}