Skip to content

MartinKukolos/action-ftp-deployment

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

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FTP Deployment action

Using lftp and alpine image

Usage

- name: Run martinkukolos/action-ftp-deployment@v1
    uses: martinkukolos/action-ftp-deployment@v1
    with:
      ftp-server: 'ftp://server.tld'
      ftp-user: 'user'
      ftp-password: 'pa$$word'
      source-folder: './path/to/folder'

Parameters

  • ftp-server: url to your FTP server
  • ftp-user: User with access to your FTP share
  • ftp-password: Your FTP password
  • source-folder: Folder where are files you want upload to the server If it is not provided, path ./public/ is used.

License

MIT