mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Deprecating old blog.
This commit is contained in:
parent
c456c927f4
commit
64da7a4047
1 changed files with 8 additions and 7 deletions
|
@ -177,6 +177,7 @@ resource "digitalocean_droplet" "app-refresh" {
|
|||
resource "digitalocean_droplet" "blog" {
|
||||
image = var.droplet_os
|
||||
name = "blog"
|
||||
count = 0
|
||||
region = var.droplet_region
|
||||
size = var.droplet_size
|
||||
ssh_keys = [digitalocean_ssh_key.default.fingerprint]
|
||||
|
|
Loading…
Add table
Reference in a new issue