Update main.yml
This commit is contained in:
parent
8fa40f3f72
commit
7649e85b28
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v2.3.1
|
- uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
- name: Build Gatsby Site
|
- name: Build Gatsby Site
|
||||||
uses: jzweifel/gatsby-cli-github-action@1.0.0
|
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
gatsby-arg: build
|
gatsby-arg: build
|
||||||
|
|
||||||
- name: Deply via ssh
|
- name: Deply via ssh
|
||||||
uses: appleboy/scp-action@0.0.1
|
uses: appleboy/scp-action@v0.0.1
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.WEBMASTER_USERNAME }}
|
username: ${{ secrets.WEBMASTER_USERNAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user