Update .github/workflows/deploy.yml
This commit is contained in:
parent
18e420df3b
commit
92aa3b6f74
1 changed files with 10 additions and 10 deletions
20
.github/workflows/deploy.yml
vendored
20
.github/workflows/deploy.yml
vendored
|
|
@ -37,16 +37,16 @@ jobs:
|
||||||
name: production-files
|
name: production-files
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: production-files
|
name: production-files
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- name: Upload ftp
|
- name: Upload ftp
|
||||||
uses: https://git.lgbt/mirror/ftp-action@releases/v2
|
uses: https://git.lgbt/mirror/ftp-action@releases/v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue