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
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
uses: https://github.com/airvzxf/ftp-deployment-action@latest
|
||||
with:
|
||||
server: ${{ secrets.ftp_server }}
|
||||
username: ${{ secrets.ftp_username }}
|
||||
user: ${{ secrets.ftp_username }}
|
||||
password: ${{ secrets.ftp_password }}
|
||||
protocol: ftp
|
||||
server-dir: ./WEB/
|
||||
local-dir: ./out/
|
||||
remote_dir: ./WEB/
|
||||
local_dir: ./out/
|
||||
|
Loading…
Reference in New Issue
Block a user