mirror of
				https://github.com/Powerful-517/yys-editor.git
				synced 2025-10-30 17:39:50 +00:00 
			
		
		
		
	fix deploy errors
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,7 +23,7 @@ jobs: | |||||||
|         npm run build |         npm run build | ||||||
|          |          | ||||||
|     - name: Deploy to server via SSH |     - name: Deploy to server via SSH | ||||||
|       uses: appleboy/scp-action@v0.1.6 |       uses: appleboy/scp-action@v1.0.0 | ||||||
|       with: |       with: | ||||||
|         host: ${{ secrets.SERVER_HOST }}  |         host: ${{ secrets.SERVER_HOST }}  | ||||||
|         username: ${{ secrets.SERVER_USERNAME }}  |         username: ${{ secrets.SERVER_USERNAME }}  | ||||||
| @@ -32,3 +32,5 @@ jobs: | |||||||
|         source: "dist/*"                      |         source: "dist/*"                      | ||||||
|         target: "/var/www/html/yys-editor" |         target: "/var/www/html/yys-editor" | ||||||
|         rm: true |         rm: true | ||||||
|  |         debug: true | ||||||
|  |         capture_stdout: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user