Skip to content

Commit

Permalink
ops: deploy 1.2.4 vers
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 22, 2023
1 parent b9603e4 commit 047ec95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

env:
tag_version: v1.2.3
tag_version: v1.2.4

tasks:
build-version:
Expand Down
2 changes: 1 addition & 1 deletion infra/tf/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ module "darkbot" {
configurator_dbname = "production"
consoler_prefix = "."
secrets = local.secrets
tag_version = "v1.2.3"
tag_version = "v1.2.4"
}
2 changes: 1 addition & 1 deletion infra/tf/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 047ec95

Please sign in to comment.