Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 270 Bytes

GitHub action - FTP Deploy

Deploy your build to any FTP server.

Example

- 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