Skip to content

Commit 06cdcdf

Browse files
authored
Merge pull request #58 from pulibrary/use_production_nodes
Cicognara production should be hosted on production hardware.
2 parents 2061279 + e89e00c commit 06cdcdf

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)