This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ write_files:
64
64
meilisearch-setup
65
65
66
66
runcmd :
67
- - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.1 /meilisearch-linux-amd64
67
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.2 /meilisearch-linux-amd64
68
68
- chmod 755 /usr/bin/meilisearch
69
69
- systemctl enable meilisearch.service
70
70
- ufw --force enable
71
71
- ufw allow 'Nginx Full'
72
72
- ufw allow 'OpenSSH'
73
- - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.1 /scripts/deploy-meilisearch.sh | bash -s v0.29.1 aws
73
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.2 /scripts/deploy-meilisearch.sh | bash -s v0.29.2 aws
74
74
75
75
power_state :
76
76
mode : reboot
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ write_files:
65
65
66
66
runcmd :
67
67
- apt-get purge droplet-agent* -y
68
- - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.1 /meilisearch-linux-amd64
68
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.2 /meilisearch-linux-amd64
69
69
- chmod 755 /usr/bin/meilisearch
70
70
- systemctl enable meilisearch.service
71
71
- ufw --force enable
72
72
- ufw allow 'Nginx Full'
73
73
- ufw allow 'OpenSSH'
74
- - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.1 /scripts/deploy-meilisearch.sh | bash -s v0.29.1 digitalocean
74
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.2 /scripts/deploy-meilisearch.sh | bash -s v0.29.2 digitalocean
75
75
- curl https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/90-cleanup.sh | bash
76
76
- curl https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/99-img-check.sh | bash
77
77
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ write_files:
65
65
meilisearch-setup
66
66
67
67
runcmd :
68
- - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.1 /meilisearch-linux-amd64
68
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v0.29.2 /meilisearch-linux-amd64
69
69
- chmod 755 /usr/bin/meilisearch
70
70
- systemctl enable meilisearch.service
71
71
- ufw --force enable
72
72
- ufw allow 'Nginx Full'
73
73
- ufw allow 'OpenSSH'
74
- - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.1 /scripts/deploy-meilisearch.sh | bash -s v0.29.1 gcp
74
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v0.29.2 /scripts/deploy-meilisearch.sh | bash -s v0.29.2 gcp
75
75
76
76
power_state :
77
77
mode : reboot
You can’t perform that action at this time.
0 commit comments