build(ci): 更换 FTP action.
All checks were successful
🚀 Build and deploy by ftp / 🎉 Deploy (push) Successful in 5m45s
All checks were successful
🚀 Build and deploy by ftp / 🎉 Deploy (push) Successful in 5m45s
This commit is contained in:
parent
7a9fe3fb2f
commit
f3a25f7a46
@ -24,11 +24,10 @@ jobs:
|
|||||||
- run: yarn build
|
- run: yarn build
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4
|
uses: https://github.com/airvzxf/ftp-deployment-action@latest
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.ftp_server }}
|
server: ${{ secrets.ftp_server }}
|
||||||
username: ${{ secrets.ftp_username }}
|
user: ${{ secrets.ftp_username }}
|
||||||
password: ${{ secrets.ftp_password }}
|
password: ${{ secrets.ftp_password }}
|
||||||
protocol: ftp
|
remote_dir: ./WEB/
|
||||||
server-dir: ./WEB/
|
local_dir: ./out/
|
||||||
local-dir: ./out/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user