fix ci
This commit is contained in:
parent
aa33ac1562
commit
1777441ad6
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Build Gatsby Site
|
- name: Build Gatsby Site
|
||||||
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
uses: jzweifel/gatsby-cli-github-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
gatsby-arg: build
|
args: build
|
||||||
|
|
||||||
- name: Upload bundle
|
- name: Upload bundle
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -26,7 +26,6 @@ jobs:
|
|||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
port: 22
|
|
||||||
username: ${{ secrets.WEBMASTER_USERNAME }}
|
username: ${{ secrets.WEBMASTER_USERNAME }}
|
||||||
key: ${{secrets.NPM_GITHUB_PRIVATE_KEY}}
|
key: ${{secrets.NPM_GITHUB_PRIVATE_KEY}}
|
||||||
source: "public/*"
|
source: "public/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user