mirror of
				https://github.com/appleboy/scp-action.git
				synced 2025-10-31 16:13:47 +00:00 
			
		
		
		
	- Rename a workflow job from `deploy artifact` to `test deploy artifact` - Add a new workflow job for copying files to a server ref https://github.com/appleboy/scp-action/issues/85
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/appleboy/drone-scp:1.6.8
 | |
| 
 | |
| COPY entrypoint.sh /entrypoint.sh
 | |
| RUN chmod +x /entrypoint.sh
 | |
| ENTRYPOINT ["/entrypoint.sh"]
 |