Skip to content

Commit 6642a84

Browse files
committed
Update packer builds for AWS & DO
1 parent 03bd71d commit 6642a84

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

amazon.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
"region": "{{user `region`}}",
1515
"ami_regions": "{{user `ami_regions`}}",
1616
"source_ami": "{{user `ami`}}",
17-
"instance_type": "t2.2xlarge",
17+
"instance_type": "m5.2xlarge",
1818
"ssh_username": "ubuntu",
19-
"ami_name": "supabase-postgresql-0.12.0"
19+
"ami_name": "supabase-postgres-0.13.0",
20+
"launch_block_device_mappings": [
21+
{
22+
"device_name": "/dev/sda1",
23+
"volume_size": 16,
24+
"volume_type": "gp2",
25+
"delete_on_termination": true
26+
}
27+
]
2028
}],
2129
"provisioners": [
2230
{

digitalOcean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"snapshot_regions": "{{user `snapshot_regions`}}",
1515
"size": "s-1vcpu-1gb",
1616
"ssh_username": "root",
17-
"snapshot_name": "supabase-postgresql-0.12.0"
17+
"snapshot_name": "supabase-postgres-0.13.0"
1818
}],
1919
"provisioners": [
2020
{

0 commit comments

Comments
 (0)