From ede22f1541550a1e6b4c7c2cc757cd37e74db86a Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sat, 25 Nov 2023 17:13:29 +0100 Subject: [PATCH] ops: deploy vers 1.4.0 --- 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 2277bce..b90f70c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.3.1-476f71b + tag_version: v1.4.0 tasks: build-version: diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index 0e2bec9..89c7015 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.3.1-476f71b" + tag_version = "v1.4.0" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 417ed1f..3221645 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.3.1-476f71b" + tag_version = "v1.4.0" debug = false }