10000 #20 Settings for multiple regions in DO build · suryatmodulus/postgres@82d37ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 82d37ea

Browse files
committed
supabase#20 Settings for multiple regions in DO build
1 parent 8a8329b commit 82d37ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

digitalOcean.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"variables": {
33
"do_token": "",
4-
"region": ""
4+
"region": "sgp1",
5+
"snapshot_regions": "sgp1"
56
},
67
"builders": [{
78
"type": "digitalocean",
89
"api_token": "{{user `do_token`}}",
910
"image": "ubuntu-18-04-x64",
1011
"region": "{{user `region`}}",
12+
"snapshot_regions": "{{user `snapshot_regions`}}",
1113
"size": "s-1vcpu-1gb",
1214
"ssh_username": "root",
1315
"snapshot_name": "supabase-postgresql-0.12.0"

0 commit comments

Comments
 (0)
0