From 047ec951fca3c0e4e5fc46a20287284e0e531052 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Wed, 22 Nov 2023 23:05:59 +0100 Subject: [PATCH] ops: deploy 1.2.4 vers --- Taskfile.yml | 2 +- infra/tf/production/main.tf | 2 +- infra/tf/staging/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index d49ed6d..c869a69 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.2.3 + tag_version: v1.2.4 tasks: build-version: diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index 376365d..42fa6f2 100644 --- a/infra/tf/production/main.tf +++ b/infra/tf/production/main.tf @@ -27,5 +27,5 @@ module "darkbot" { configurator_dbname = "production" consoler_prefix = "." secrets = local.secrets - tag_version = "v1.2.3" + tag_version = "v1.2.4" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index b5b5870..dbc1e03 100644 --- a/infra/tf/staging/main.tf +++ b/infra/tf/staging/main.tf @@ -27,7 +27,7 @@ module "darkbot" { configurator_dbname = "staging" consoler_prefix = "," secrets = local.secrets - tag_version = "v1.2.2" + tag_version = "v1.2.4" debug = false }