Skip to content

Deploy app by FTP

Actions
Deploy your build to any FTP server
v1
Latest
Star (3)

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

Deploy app by FTP is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy your build to any FTP server
v1
Latest

Deploy app by FTP is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.