mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Merge pull request #5563 from meilisearch/fix-swarmia-deploy
Fix swarmia deployement
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/publish-docker-images.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish-docker-images.yml
									
									
									
									
										vendored
									
									
								
							| @@ -106,6 +106,8 @@ jobs: | |||||||
|           client-payload: '{ "meilisearch_version": "${{ github.ref_name }}", "stable": "${{ steps.check-tag-format.outputs.stable }}" }' |           client-payload: '{ "meilisearch_version": "${{ github.ref_name }}", "stable": "${{ steps.check-tag-format.outputs.stable }}" }' | ||||||
|  |  | ||||||
|       # Send notification to Swarmia to notify of a deployment: https://app.swarmia.com |       # Send notification to Swarmia to notify of a deployment: https://app.swarmia.com | ||||||
|  |       - name: 'Setup jq' | ||||||
|  |         uses: dcarbone/install-jq-action | ||||||
|       - name: Send deployment to Swarmia |       - name: Send deployment to Swarmia | ||||||
|         if: github.event_name == 'push' && success() |         if: github.event_name == 'push' && success() | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user