From f24d559e3014adebad65937c2f3002d5a5f66e20 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sun, 5 Nov 2023 18:06:12 +0100 Subject: [PATCH] ops: deploy v1.0.1-bd3d53a version --- 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 ad3c998..b525e66 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.0.1-5dc7b49 + tag_version: v1.0.1-bd3d53a tasks: build-version: diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index 5ac66bb..0e085ec 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.0.1-5dc7b49" + tag_version = "v1.0.1-bd3d53a" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 54c8173..6666236 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.0.1-5dc7b49" + tag_version = "v1.0.1-bd3d53a" debug = true }