mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 12:56:24 +01:00 
			
		
		
		
	fix wrangler version
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							@@ -27,6 +27,7 @@ jobs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        apiToken: ${{ secrets.CF_API_TOKEN }}
 | 
					        apiToken: ${{ secrets.CF_API_TOKEN }}
 | 
				
			||||||
        command: publish --env production
 | 
					        command: publish --env production
 | 
				
			||||||
 | 
					        wranglerVersion: beta
 | 
				
			||||||
        preCommands: |
 | 
					        preCommands: |
 | 
				
			||||||
          wrangler kv:namespace create KV_STATUS_PAGE
 | 
					          wrangler kv:namespace create KV_STATUS_PAGE
 | 
				
			||||||
          apt-get update && apt-get install -y jq
 | 
					          apt-get update && apt-get install -y jq
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user