januszmarcinik / ftp-deploy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%