chore(release): support sftp in release:push and docs
This commit is contained in:
parent
c9c844483a
commit
4516f9f2a9
2 changed files with 5 additions and 4 deletions
|
|
@ -3,11 +3,12 @@
|
|||
AMO_JWT_ISSUER=your-amo-jwt-issuer
|
||||
AMO_JWT_SECRET=your-amo-jwt-secret
|
||||
|
||||
# FTP deploy (used by npm run release:push)
|
||||
# Protocol: ftp (default) or ftps
|
||||
# FTP/SFTP deploy (used by `npm run release:push`)
|
||||
# Protocol: ftp (default), ftps, or sftp
|
||||
FTP_PROTOCOL=ftp
|
||||
FTP_HOST=your-ftp-host.example.com
|
||||
# Port for ftp/ftps (21 for FTP/explicit FTPS, 990 for implicit FTPS)
|
||||
# For sftp, omit or set 22
|
||||
FTP_PORT=21
|
||||
FTP_USER=your-ftp-username
|
||||
FTP_PASS=your-ftp-password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue