Skip to content

Upload files recursively using FTP/SFTP

License

Notifications You must be signed in to change notification settings

Atyn/simple-sftp-action

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

4 Commits
 
 
 
 
 
 

Repository files navigation

simple-sftp-action

Simple Action for uploading directories with FTP/SFTP

Example usage

jobs:
  - upload:
      - name: Upload build to hosting environment
        uses: Atyn/Simple-SFTP
        with:
          url: sftp://USERNAME:PASSWORD@example.com/remote-directory
          local-directory: build-output

About

Upload files recursively using FTP/SFTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published