Обновить .gitea/workflows/action.yaml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Deploy Wishlist / deploy (push) Failing after 51m29s
				
			
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Deploy Wishlist / deploy (push) Failing after 51m29s
				
			This commit is contained in:
		
							parent
							
								
									8c7f816a93
								
							
						
					
					
						commit
						4feed92827
					
				|  | @ -24,10 +24,10 @@ jobs: | ||||||
|          |          | ||||||
|       - name: Copy files to deployment directory |       - name: Copy files to deployment directory | ||||||
|         run: |  |         run: |  | ||||||
|           rsync -av ./ ${DEPLOY_DIR}/ |           sudo rsync -av ./ ${DEPLOY_DIR}/ | ||||||
|            |            | ||||||
|           if [ -f .env ]; then |           if [ -f .env ]; then | ||||||
|             cp .env ${DEPLOY_DIR}/.env |             sudo cp .env ${DEPLOY_DIR}/.env | ||||||
|           fi |           fi | ||||||
|            |            | ||||||
|           sudo chmod -R 777 ${DEPLOY_DIR} |           sudo chmod -R 777 ${DEPLOY_DIR} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue