Skip to content

Use rsync with SSH and SSHPASS to deploy project to server

License

Notifications You must be signed in to change notification settings

llxlr/fuck-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

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuck Deploy

Use rsync with SSH and SSHPASS to deploy project in server

Usage

  1. type: Authentication Method
  • key: Private Key
  • password: Remote Server Password
  1. username: Remote Server Username
  2. host: Remote Server IP Address or Domain Name
  3. port: Remote Server Port, default 22
  4. remote_path: Remote Server Path
  5. local_path: Github Runner Local Relative Path
  6. args: Rsync Arguments
  7. ssh_args: SSH Arguments
  8. script: Deployment Script

Environment: prod or dev

References:

About

Use rsync with SSH and SSHPASS to deploy project to server

Topics

Resources

License

Stars

Watchers

Forks