mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
misc(deploy action): Specify some missing params (#1789)
This commit is contained in:
parent
a8e53cb37c
commit
6115900b76
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
||||||
server: ${{ secrets.FTP_SERVER }}
|
server: ${{ secrets.FTP_SERVER }}
|
||||||
username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
|
server-dir: ${{ secrets.FTP_DIR }}
|
||||||
|
protocol: ${{ secrets.FTP_PROTOCOL }}
|
||||||
|
port: ${{ secrets.FTP_PORT }}
|
||||||
exclude: |
|
exclude: |
|
||||||
**/.git*
|
**/.git*
|
||||||
**/.git*/**
|
**/.git*/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue