An open API service indexing awesome lists of open source software.

https://github.com/januszmarcinik/ftp-deploy

GitHub action - FTP Deploy - deploy your build to any FTP server
https://github.com/januszmarcinik/ftp-deploy

deploy ftp ftp-deploy ftp-deployment github github-actions yml

Last synced: 6 months ago
JSON representation

GitHub action - FTP Deploy - deploy your build to any FTP server

Awesome Lists containing this project

README

          

# GitHub action - FTP Deploy

Deploy your build to any FTP server.

## Example

``` yml
- name: 'Deploy to UAT'
uses: januszmarcinik/ftp-deploy@v1
with:
server: 127.0.0.1
user: my-ftp-user
password: ${{ secrets.FTP_PASSWORD }}
localRoot: web/dist
```