Skip to content

Commit

Permalink
Merge pull request #5 from meilisearch/fix-do-image-size
Browse files Browse the repository at this point in the history
Modify the size of the image of DigitalOcean
  • Loading branch information
alallema committed Apr 25, 2023
2 parents f717af1 + fe13fa9 commit 99fa169
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meilisearch.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ source "amazon-ebs" "debian" {
}

source "digitalocean" "debian" {
// you need the env variable DIGITALOCEAN_ACCESS_TOKEN locally
droplet_name = "${var.image_name}-${var.meilisearch_version}-${var.base-os-version}"
snapshot_name = "${var.image_name}-${var.meilisearch_version}-${var.base-os-version}"
image = "debian-11-x64"
region = "lon1"
size = "s-1vcpu-2gb"
size = "s-1vcpu-1gb"
ssh_username = "root"
tags = [
"MARKETPLACE",
Expand Down

0 comments on commit 99fa169

Please sign in to comment.