🐛 Fix RDS compress file issue
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				release-nightly / build-docker (push) Successful in 1m8s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	release-nightly / build-docker (push) Successful in 1m8s
				This commit is contained in:
		| @@ -33,7 +33,7 @@ var DeployCommands = []*cli.Command{ | |||||||
| 			// Prepare file to upload | 			// Prepare file to upload | ||||||
| 			log.Info().Msg("Preparing file to upload, please stand by...") | 			log.Info().Msg("Preparing file to upload, please stand by...") | ||||||
|  |  | ||||||
| 			filelist, err := archiver.FilesFromDisk(nil, map[string]string{ | 			filelist, err := archiver.FilesFromDisk(&archiver.FromDiskOptions{FollowSymlinks: true}, map[string]string{ | ||||||
| 				lo.Ternary(ctx.Args().Len() > 3, ctx.Args().Get(4), "."): "", | 				lo.Ternary(ctx.Args().Len() > 3, ctx.Args().Get(4), "."): "", | ||||||
| 			}) | 			}) | ||||||
| 			if err != nil { | 			if err != nil { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user