Skip to content

Commit

Permalink
Update Meilisearch on test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jan 23, 2025
1 parent d406d9e commit 0de3ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deployment/setup-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
- name: install MeiliSearch
become: true
get_url:
url: https://github.com/meilisearch/meilisearch/releases/download/v1.4.2/meilisearch-linux-amd64
url: https://github.com/meilisearch/meilisearch/releases/download/v1.12.6/meilisearch-linux-amd64
dest: /opt/meili/meilisearch
mode: '0755'
checksum: 'sha256:b54b9ace213b0d45558c5d0e79710f718b63d2e29c190fb95be01dc27eb1ca5c'
checksum: 'sha256:a9ca34a578fd1b3f5e68dab69f396bcc02cf0bfc1409c377efde25df43cb6809'
register: meili_updated
notify: restart MeiliSearch

Expand Down

0 comments on commit 0de3ca3

Please sign in to comment.