Skip to content

Commit e89e00c

Browse files
committed
Cicognara production should be hosted on production hardware.
The node pool defines which class of hardware is used, which is why the prod site came down for staging maintenance.
1 parent 2061279 commit e89e00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

production.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "branch_or_sha" {
55
job "cicognara-production" {
66
region = "global"
77
datacenters = ["dc1"]
8-
node_pool = "staging"
8+
node_pool = "production"
99
type = "service"
1010
group "web" {
1111
count = 2

0 commit comments

Comments
 (0)