GitHub Actions that deploys a Zola static site to a server via lftp
Required The FTP hostname
The FTP port (default 21)
Required The FTP username
Required The FTP password
Required The target directory on the server
The build directory of zola (default: public)
uses: jenshaase/deploy-zola-via-lftp-action@v1
with:
ftp_host: 'myhost.com'
ftp_username: 'my-user'
ftp_password: 'my-password'
ftp_remote_target_dir: 'foo/bar'