Change rsync not to sync build directory
This commit is contained in:
		
							parent
							
								
									687902ca20
								
							
						
					
					
						commit
						5e437ff8c7
					
				| @ -2,5 +2,5 @@ BUILD_PATH=$1 | |||||||
| DEPLOY_PATH=$2 | DEPLOY_PATH=$2 | ||||||
| 
 | 
 | ||||||
| # copy all dist files to deploy path | # copy all dist files to deploy path | ||||||
| rsync $BUILD_PATH/build $DEPLOY_PATH | rsync -avz $BUILD_PATH/build/* $DEPLOY_PATH | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user