mirror of
				https://github.com/SamKirkland/FTP-Deploy-Action.git
				synced 2025-10-31 09:04:00 +00:00 
			
		
		
		
	
							parent
							
								
									2d118d9190
								
							
						
					
					
						commit
						1cffb780cf
					
				| @ -62,8 +62,8 @@ I strongly recommend you store your `password` as a secret. | ||||
| | `password`              | Yes      | `CrazyUniquePassword&%123` |                                                         | FTP password, be sure to escape quotes and spaces                                                                                                                  | | ||||
| | `port`                  | No       | `990`                      | `21`                                                    | Server port to connect to (read your web hosts docs)                                                                                                               | | ||||
| | `protocol`              | No       | `ftps`                     | `ftp`                                                   | `ftp`: provides no encryption, `ftps`: full encryption newest standard (aka "explicit" ftps), `ftps-legacy`: full encryption legacy standard (aka "implicit" ftps) | | ||||
| | `local-dir`             | No       | `./myFolderToPublish/`     | `./`                                                    | Path to upload to on the server, must end with trailing slash `/`                                                                                                  | | ||||
| | `server-dir`            | No       | `public_html/www/`         | `./`                                                    | Folder to upload from, must end with trailing slash `/`                                                                                                            | | ||||
| | `local-dir`             | No       | `./myFolderToPublish/`     | `./`                                                    | Folder to upload from, must end with trailing slash `/`                                                                                                  | | ||||
| | `server-dir`            | No       | `public_html/www/`         | `./`                                                    | Folder to upload to (on the server), must end with trailing slash `/`                                                                                                            | | ||||
| | `state-name`            | No       | `folder/.sync-state.json`  | `.ftp-deploy-sync-state.json`                           | Path and name of the state file - this file is used to track which files have been deployed                                                                        | | ||||
| | `dry-run`               | No       | `true`                     | `false`                                                 | Prints which modifications will be made with current config options, but doesn't actually make any changes                                                         | | ||||
| | `dangerous-clean-slate` | No       | `true`                     | `false`                                                 | Deletes ALL contents of server-dir, even items in excluded with 'exclude' argument                                                                                 | | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user