mirror of
				https://github.com/SamKirkland/FTP-Deploy-Action.git
				synced 2025-10-31 19:24:00 +00:00 
			
		
		
		
	Update index.js
This commit is contained in:
		
							parent
							
								
									6d051eb8e8
								
							
						
					
					
						commit
						b87fb43f2d
					
				
							
								
								
									
										14
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -94,7 +94,17 @@ async function runDeployment() { | ||||
|     const args = { | ||||
|         server: core.getInput("server", { required: true }), | ||||
|         username: core.getInput("username", { required: true }), | ||||
|         password: core.getInput("password", { required: true }) | ||||
|         password: core.getInput("password", { required: true }), | ||||
|         protocol: core.getInput("protocol"), | ||||
|         port: core.getInput("port"), | ||||
|         "local-dir": core.getInput("local-dir"), | ||||
|         "server-dir": core.getInput("server-dir"), | ||||
|         "state-name": core.getInput("state-name"), | ||||
|         "dry-run": core.getInput("dry-run"), | ||||
|         "dangerous-clean-slate": core.getInput("dangerous-clean-slate"), | ||||
|         "include": core.getInput("include"), | ||||
|         "exclude": core.getInput("exclude"), | ||||
|         "log-level": core.getInput("log-level") // todo fix
 | ||||
|     }; | ||||
|     try { | ||||
|         await ftp_deploy_1.deploy(args); | ||||
| @ -6902,4 +6912,4 @@ module.exports = require("fs"); | ||||
| 
 | ||||
| /***/ }) | ||||
| 
 | ||||
| /******/ }); | ||||
| /******/ }); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user