mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	new inputs
This commit is contained in:
		
							parent
							
								
									72f04677de
								
							
						
					
					
						commit
						e9dd3cdb51
					
				
					 1 changed files with 20 additions and 7 deletions
				
			
		
							
								
								
									
										27
									
								
								action.yml
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								action.yml
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -2,16 +2,29 @@ name: 'Rsync Deployments Action'
 | 
			
		|||
description: 'GitHub Action for deploying code via rsync over ssh'
 | 
			
		||||
author: 'Burnett01'
 | 
			
		||||
inputs:
 | 
			
		||||
  swtiches:
 | 
			
		||||
    description: 'API method to use'
 | 
			
		||||
  switches:
 | 
			
		||||
    description: 'The switches'
 | 
			
		||||
    required: true
 | 
			
		||||
  rsh:
 | 
			
		||||
    description: 'Github repository token'
 | 
			
		||||
    required: true
 | 
			
		||||
    description: 'The remote shell argument'
 | 
			
		||||
    required: false
 | 
			
		||||
    default: ''
 | 
			
		||||
  path:
 | 
			
		||||
    description: 'Repository owner. Default: Current repository owner'
 | 
			
		||||
  upload_path:
 | 
			
		||||
    description: 'Repository name. Default: Current repository name'
 | 
			
		||||
    description: 'The local path'
 | 
			
		||||
    required: false
 | 
			
		||||
    default: ''
 | 
			
		||||
  remote_path:
 | 
			
		||||
    description: 'The remote path'
 | 
			
		||||
    required: true
 | 
			
		||||
  remote_host:
 | 
			
		||||
    description: 'The remote host'
 | 
			
		||||
    required: true
 | 
			
		||||
  remote_user:
 | 
			
		||||
    description: 'The remote user'
 | 
			
		||||
    required: true
 | 
			
		||||
  remote_key:
 | 
			
		||||
    description: 'The remote key'
 | 
			
		||||
    required: true
 | 
			
		||||
runs:
 | 
			
		||||
  using: 'docker'
 | 
			
		||||
  image: 'Dockerfile'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue