Skip to content

Commit 07f4fba

Browse files
committed
Tidy up builders
1 parent 349422e commit 07f4fba

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

amazon.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"aws_secret_key": "",
55
"region": "ap-southeast-1",
66
"ami_regions": "ap-southeast-1",
7-
"ami": "--skip-tags,update-only",
8-
"ansible_arguments": ""
7+
"ami": "ami-0f7719e8b7ba25c61",
8+
"ansible_arguments": "--skip-tags,update-only"
99
},
1010
"builders": [{
1111
"type": "amazon-ebs",
@@ -14,13 +14,14 @@
1414
"region": "{{user `region`}}",
1515
"ami_regions": "{{user `ami_regions`}}",
1616
"source_ami": "{{user `ami`}}",
17-
"instance_type": "t2.large",
17+
"instance_type": "t2.2xlarge",
1818
"ssh_username": "ubuntu",
19-
"ami_name": "supabase-postgresql-0.13.0"
19+
"ami_name": "supabase-postgresql-0.12.0"
2020
}],
2121
"provisioners": [
2222
{
2323
"type": "ansible",
24+
"user": "ubuntu",
2425
"playbook_file": "ansible/playbook.yml",
2526
"extra_arguments": "{{user `ansible_arguments`}}"
2627
},

digitalOcean.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"snapshot_regions": "{{user `snapshot_regions`}}",
1515
"size": "s-1vcpu-1gb",
1616
"ssh_username": "root",
17-
"snapshot_name": "supabase-postgresql-0.13.0"
17+
"snapshot_name": "supabase-postgresql-0.12.0"
1818
}],
1919
"provisioners": [
2020
{
2121
"type": "ansible",
22+
"user": "root",
2223
"playbook_file": "ansible/playbook.yml",
2324
"extra_arguments": "{{user `ansible_arguments`}}"
2425
},

0 commit comments

Comments
 (0)