mirror of
				https://github.com/SamKirkland/FTP-Deploy-Action.git
				synced 2025-10-31 19:33:59 +00:00 
			
		
		
		
	Added badge section
This commit is contained in:
		
							parent
							
								
									63b04d6546
								
							
						
					
					
						commit
						26175f3bf0
					
				
							
								
								
									
										54
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										54
									
								
								README.md
									
									
									
									
									
								
							| @ -154,17 +154,66 @@ _Want another example? Let me know by creating a [github issue](https://github.c | ||||
| 
 | ||||
| --- | ||||
| 
 | ||||
| ## Badges | ||||
| 
 | ||||
| If you appreciate this github action give it a :star: or show off with one of the badges below. | ||||
| 
 | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=0077b6">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=0077b6">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=d00000">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=d00000">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| --- | ||||
| 
 | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=297FA9">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=297FA9">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=d00000">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| 
 | ||||
| ```md | ||||
| [<img alt="Website Deployed for Free with FTP Deploy Action" src="https://img.shields.io/badge/Website deployed for free with-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=d00000">](https://github.com/SamKirkland/FTP-Deploy-Action) | ||||
| ``` | ||||
| 
 | ||||
| --- | ||||
| 
 | ||||
| ## FAQ | ||||
| <details> | ||||
|   <summary>How to exclude .git files from the publish</summary> | ||||
| 
 | ||||
| todo | ||||
| Git files are excluded by default! If you customize the `exclude` option make sure you re-add the default options. | ||||
| </details> | ||||
| 
 | ||||
| <details> | ||||
|   <summary>How to exclude a specific file or folder</summary> | ||||
| 
 | ||||
| todo | ||||
| You can use the `exclude` option to ignore specific files/folders from the publish. Keep in mind you will need to re-add the default exclude options if you want to keep them. For example the below option excludes all `.txt` files. | ||||
| 
 | ||||
| ```yml | ||||
| exclude: '*.txt' | ||||
| ``` | ||||
| 
 | ||||
| </details> | ||||
| 
 | ||||
| 
 | ||||
| @ -189,7 +238,6 @@ jobs: | ||||
| ## Debugging your config locally | ||||
| This action is a basic wrapper around my `@samkirkland/ftp-deploy` npm package. To test your config you can install [@samkirkland/ftp-deploy](https://github.com/SamKirkland/ftp-deploy) and then convert your config to a yml action. Settings are one-to-one, this action is only a wrapper. | ||||
| 
 | ||||
| 
 | ||||
| ## Contributing to this project | ||||
| To run this code locally you will need to setup docker and act to run a environment similar to the one github uses for actions. | ||||
| - Download/install docker for windows, make sure it is running | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user