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 @@ -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/v1.0.0 /meilisearch-linux-amd64
68
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v1.0.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/v1.0.0 /scripts/deploy-meilisearch.sh | bash -s v1.0.0 aws
74
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v1.0.2 /scripts/deploy-meilisearch.sh | bash -s v1.0.2 aws
75
75
76
76
power_state :
77
77
mode : reboot
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ write_files:
66
66
67
67
runcmd :
68
68
- apt-get purge droplet-agent* -y
69
- - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v1.0.0 /meilisearch-linux-amd64
69
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v1.0.2 /meilisearch-linux-amd64
70
70
- chmod 755 /usr/bin/meilisearch
71
71
- systemctl enable meilisearch.service
72
72
- ufw --force enable
73
73
- ufw allow 'Nginx Full'
74
74
- ufw allow 'OpenSSH'
75
- - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v1.0.0 /scripts/deploy-meilisearch.sh | bash -s v1.0.0 digitalocean
75
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v1.0.2 /scripts/deploy-meilisearch.sh | bash -s v1.0.2 digitalocean
76
76
- curl https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/90-cleanup.sh | bash
77
77
- curl https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/99-img-check.sh | bash
78
78
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ write_files:
66
66
meilisearch-setup
67
67
68
68
runcmd :
69
- - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v1.0.0 /meilisearch-linux-amd64
69
+ - wget --directory-prefix=/usr/bin/ -O /usr/bin/meilisearch https://github.com/meilisearch/meilisearch/releases/download/v1.0.2 /meilisearch-linux-amd64
70
70
- chmod 755 /usr/bin/meilisearch
71
71
- systemctl enable meilisearch.service
72
72
- ufw --force enable
73
73
- ufw allow 'Nginx Full'
74
74
- ufw allow 'OpenSSH'
75
- - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v1.0.0 /scripts/deploy-meilisearch.sh | bash -s v1.0.0 gcp
75
+ - curl https://raw.githubusercontent.com/meilisearch/cloud-scripts/v1.0.2 /scripts/deploy-meilisearch.sh | bash -s v1.0.2 gcp
76
76
77
77
power_state :
78
78
mode : reboot
You can’t perform that action at this time.
0 commit comments