Обновить .gitea/workflows/action.yaml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Deploy Wishlist / deploy (push) Has been cancelled
				
			
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Deploy Wishlist / deploy (push) Has been cancelled
				
			This commit is contained in:
		
							parent
							
								
									17731f450e
								
							
						
					
					
						commit
						0b623e96f1
					
				|  | @ -17,6 +17,8 @@ jobs: | ||||||
|             echo "Error: .env file is empty!" |             echo "Error: .env file is empty!" | ||||||
|             exit 1 |             exit 1 | ||||||
|           fi |           fi | ||||||
|  |         env: | ||||||
|  |           ENV_PROD: ${{ secrets.ENV_PROD }} | ||||||
| 
 | 
 | ||||||
|       - name: Install PHP dependencies |       - name: Install PHP dependencies | ||||||
|         run: composer install |         run: composer install | ||||||
|  | @ -27,10 +29,10 @@ jobs: | ||||||
|       - name: Build assets |       - name: Build assets | ||||||
|         run: npm run build |         run: npm run build | ||||||
|          |          | ||||||
|       - name: Prepare deployment directory |       #- name: Prepare deployment directory | ||||||
|         run: | |       #  run: | | ||||||
|           sudo chown -R $USER:$USER $DEPLOY_DIR |       #    sudo chown -R $USER:$USER $DEPLOY_DIR | ||||||
|           sudo chmod -R 775 $DEPLOY_DIR |       #    sudo chmod -R 775 $DEPLOY_DIR | ||||||
|          |          | ||||||
|       - name: Copy files to deployment directory |       - name: Copy files to deployment directory | ||||||
|         run: |  |         run: |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue