mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
8 app-refresh servers
This commit is contained in:
parent
f437f810e4
commit
82b24fd870
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ resource "digitalocean_droplet" "app-push" {
|
|||
}
|
||||
|
||||
resource "digitalocean_droplet" "app-refresh" {
|
||||
count = 4
|
||||
count = 8
|
||||
image = var.droplet_os
|
||||
name = "app-refresh${count.index+1}"
|
||||
region = var.droplet_region
|
||||
|
|
Loading…
Add table
Reference in a new issue