Skip to content

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

License

Notifications You must be signed in to change notification settings

januszmarcinik/ftp-deploy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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