Skip to content

duwivom/scp-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCP Upload

License Action type

Supported runners

Supported runner

This action allows to upload files using SCP with key-based authentication.

Usage

- uses: betanzos/scp-upload@v1
  with:
    # Source local file path
    # REQUIRED
    source:

    # Remote host
    # REQUIRED
    host:

    # Remote host SSH port
    port: '22'

    # Remote host username
    # REQUIRED
    username:

    # SSH private key
    # REQUIRED  
    key:

    # Remote directory to copy the file. Default $HOME
    # REQUIRED  
    remote_dir: '~'

License

The source code, scripts and documentation in this project are released under the Apache-2.0 License

About

Upload files using SCP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.6%
  • Dockerfile 20.4%