Обновить .gitea/workflows/gitea-actions.yml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Gitea Actions / Build and deploy (push) Failing after 4s
				
			
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Gitea Actions / Build and deploy (push) Failing after 4s
				
			This commit is contained in:
		
							parent
							
								
									dfef3e7342
								
							
						
					
					
						commit
						6d83fe2de4
					
				|  | @ -12,13 +12,18 @@ jobs: | ||||||
|           echo "${{ secrets.ENVIRONMENT }}" > ./.env |           echo "${{ secrets.ENVIRONMENT }}" > ./.env | ||||||
|           cat ./.env |           cat ./.env | ||||||
|       - name: Stop site service on remote server |       - name: Stop site service on remote server | ||||||
|         uses: D3rHase/ssh-command-action@v0.2.2 |         run: |  | ||||||
|         with: |           ssh root@92.246.136.233 | ||||||
|           host: ${{secrets.SSH_HOST}} |           yeoNc2gy7AZC | ||||||
|           user: ${{secrets.SSH_USER}} |           systemctl stop resume | ||||||
|           private_key: ${{secrets.SSH_KEY}} |           exit    | ||||||
|           command: | |       #  uses: D3rHase/ssh-command-action@v0.2.2 | ||||||
|             systemctl stop resume |       #  with: | ||||||
|  |       #    host: ${{secrets.SSH_HOST}} | ||||||
|  |       #    user: ${{secrets.SSH_USER}} | ||||||
|  |       #    private_key: ${{secrets.SSH_KEY}} | ||||||
|  |       #    command: | | ||||||
|  |       #      systemctl stop resume | ||||||
|       - name: Checkout code |       - name: Checkout code | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - name: Install PHP |       - name: Install PHP | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue