Fix deploy versions
This commit is contained in:
parent
e2517c0ed0
commit
2142dbc923
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
name: build and deploy
|
name: build and deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build Gatsby Site
|
- name: Build Gatsby Site
|
||||||
uses: jzweifel/gatsby-cli-github-action@master
|
uses: jzweifel/gatsby-cli-github-action@master
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
gatsby-arg: build
|
gatsby-arg: build
|
||||||
|
|
||||||
- name: Deply via ssh
|
- name: Deply via ssh
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@v0.1.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