Update .github/workflows/deploy.yml
All checks were successful
Build and deploy / build (push) Successful in 38s
All checks were successful
Build and deploy / build (push) Successful in 38s
This commit is contained in:
parent
93533042b9
commit
4bce09877b
1 changed files with 12 additions and 12 deletions
24
.github/workflows/deploy.yml
vendored
24
.github/workflows/deploy.yml
vendored
|
|
@ -43,17 +43,17 @@ jobs:
|
||||||
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
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.FTP_SERVER }}
|
host: ${{ secrets.FTP_SERVER }}
|
||||||
user: ${{ secrets.FTP_USER }}
|
user: ${{ secrets.FTP_USER }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
localDir: "dist"
|
localDir: "dist"
|
||||||
remoteDir: "amy.rip"
|
remoteDir: "amy.rip"
|
||||||
options: "--delete"
|
options: "--delete"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue